54858c2118
^KT-63655: Fixed ^KT-63901: Fixed ^KT-63988: Fixed
37 lines
759 B
Plaintext
Vendored
37 lines
759 B
Plaintext
Vendored
// A.class
|
|
// ------------------------------------------
|
|
public final class A : kotlin/Any {
|
|
|
|
// signature: <init>()V
|
|
public constructor()
|
|
|
|
// module name: test-module
|
|
}
|
|
// A$L.class
|
|
// ------------------------------------------
|
|
local final class .A$L<T#0 /* T */> : kotlin/Any {
|
|
|
|
// signature: <init>()V
|
|
public constructor()
|
|
|
|
// signature: x(LA$L;)V
|
|
public final fun x(l: .A$L<.A.L.I>): kotlin/Unit
|
|
|
|
// nested class: I
|
|
|
|
// module name: test-module
|
|
}
|
|
// A$L$I.class
|
|
// ------------------------------------------
|
|
local final inner class .A.L.I : kotlin/Any {
|
|
|
|
// signature: <init>(LA$L;)V
|
|
public constructor()
|
|
|
|
// module name: test-module
|
|
}
|
|
// META-INF/test-module.kotlin_module
|
|
// ------------------------------------------
|
|
module {
|
|
}
|