Files
kotlin/compiler/testData/codegen/bytecodeListing/privateNestedClassInInterface.kt

3 lines
43 B
Kotlin
Vendored

interface IFoo {
private class Nested
}