blob: bd76096b0443a65b9c707e6a1709e0691f83d44a [file]
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|
}