Files
kotlin-fork/libraries/tools/kotlinp/testData/LocalClass.txt
T
Alexey Tsvetkov 63b4302cea Always generate kotlin_module
#KT-25133 fixed
    #KT-25051 fixed
2018-07-09 15:48:11 +03:00

31 lines
713 B
Plaintext
Vendored

// A.class
// ------------------------------------------
public final class A : kotlin/Any {
// signature: <init>()V
public /* primary */ constructor()
}
// A$L.class
// ------------------------------------------
local final class .A$L<T#0 /* T */> : kotlin/Any {
// signature: <init>()V
public /* primary */ constructor()
// signature: x(LA$L;)V
public final fun x(l: .A$L<.A$L<T#0>.I>): kotlin/Unit
// nested class: I
}
// A$L$I.class
// ------------------------------------------
local final inner class .A$L.I : kotlin/Any {
// signature: <init>(LA$L;)V
public /* primary */ constructor()
}
// META-INF/test-module.kotlin_module
// ------------------------------------------
module {
}