Files
kotlin-fork/compiler/testData/codegen/bytecodeListing/privateNestedClassInInterface.txt
T
2020-07-27 19:13:37 +03:00

13 lines
306 B
Plaintext
Vendored

@kotlin.Metadata
final class IFoo$Nested {
// source: 'privateNestedClassInInterface.kt'
public method <init>(): void
private final inner class IFoo$Nested
}
@kotlin.Metadata
public interface IFoo {
// source: 'privateNestedClassInInterface.kt'
private final inner class IFoo$Nested
}