24 lines
987 B
Plaintext
Vendored
24 lines
987 B
Plaintext
Vendored
FILE /suppressedNonPublicCall.kt
|
|
CLASS CLASS C
|
|
$this: VALUE_PARAMETER this@C: C
|
|
CONSTRUCTOR public constructor C()
|
|
BLOCK_BODY
|
|
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
|
|
INSTANCE_INITIALIZER_CALL classDescriptor='C'
|
|
FUN internal final fun bar(): kotlin.Unit
|
|
$this: VALUE_PARAMETER this@C: C
|
|
BLOCK_BODY
|
|
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean
|
|
$this: VALUE_PARAMETER this@Any: Any
|
|
VALUE_PARAMETER value-parameter other: kotlin.Any?
|
|
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int
|
|
$this: VALUE_PARAMETER this@Any: Any
|
|
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String
|
|
$this: VALUE_PARAMETER this@Any: Any
|
|
FUN public inline fun C.foo(): kotlin.Unit
|
|
$receiver: VALUE_PARAMETER this@foo: C
|
|
BLOCK_BODY
|
|
CALL 'bar(): Unit' type=kotlin.Unit origin=null
|
|
$this: GET_VAR 'this@foo: C' type=C origin=null
|
|
|