19 lines
830 B
Plaintext
Vendored
19 lines
830 B
Plaintext
Vendored
FILE /interfaceThisRef.kt
|
|
CLASS INTERFACE IFoo
|
|
$this: VALUE_PARAMETER this@IFoo: IFoo
|
|
FUN public abstract fun foo(): kotlin.Unit
|
|
$this: VALUE_PARAMETER this@IFoo: IFoo
|
|
FUN public open fun bar(): kotlin.Unit
|
|
$this: VALUE_PARAMETER this@IFoo: IFoo
|
|
BLOCK_BODY
|
|
CALL 'foo(): Unit' type=kotlin.Unit origin=null
|
|
$this: GET_VAR 'this@IFoo: IFoo' type=IFoo origin=null
|
|
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
|
|
|