6287968511
Also introduce two different modes for those tests: - load metadata compiled with K1 - load metadata compiled with K2
19 lines
380 B
Plaintext
Vendored
19 lines
380 B
Plaintext
Vendored
public final fun R|kotlin/Any?|.receiverIsInstance(): R|kotlin/Unit|
|
|
[R|Contract description]
|
|
<
|
|
Returns(TRUE) -> this is test/A
|
|
>
|
|
|
|
|
|
public final fun simpleIsInstace(x: R|kotlin/Any?|): R|kotlin/Unit|
|
|
[R|Contract description]
|
|
<
|
|
Returns(TRUE) -> x is test/A
|
|
>
|
|
|
|
|
|
public final class A : R|kotlin/Any| {
|
|
public constructor(): R|test/A|
|
|
|
|
}
|