ExpectWithLib

expect class ExpectWithLib(lib: HmppLibrary)(source)

Expect class with type in argument from local hmpp lib

actual class ExpectWithLib(lib: HmppLibrary)
actual class ExpectWithLib(lib: HmppLibrary)

Parameters

lib

param with type from external library

Constructors

Link copied to clipboard
expect constructor(lib: HmppLibrary)
actual constructor(lib: HmppLibrary)
actual constructor(lib: HmppLibrary)

Properties

Link copied to clipboard
expect val prop: HmppLibrary
actual val prop: HmppLibrary
actual val prop: HmppLibrary

Functions

Link copied to clipboard
expect fun fu(ar: HmppLibrary = HmppLibrary())
actual fun fu(ar: HmppLibrary)
actual fun fu(ar: HmppLibrary)
Link copied to clipboard
fun funReturnTypeIsFromLibrary(): HmppLibrary