Files
kotlin-fork/compiler/testData/ir/irText/stubs/kotlinInnerClass.txt
T
2017-05-19 14:49:34 +03:00

8 lines
362 B
Plaintext
Vendored

FILE /kotlinInnerClass.kt
FUN public fun test(inner: Outer.Inner): kotlin.Unit
VALUE_PARAMETER value-parameter inner: Outer.Inner
BLOCK_BODY
RETURN type=kotlin.Nothing from='test(Outer.Inner): Unit'
CALL 'foo(): Unit' type=kotlin.Unit origin=null
$this: GET_VAR 'value-parameter inner: Outer.Inner' type=Outer.Inner origin=null