Files
kotlin-fork/compiler/testData/codegen/bytecodeListing/privateNestedClassInInterface.txt
T

11 lines
206 B
Plaintext
Vendored

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