Files
kotlin-fork/compiler/testData/diagnostics/tests/inner/interfaceInInnerClass.fir.kt
T

5 lines
83 B
Kotlin
Vendored

class Outer {
inner class Inner {
interface TestNestedInterface
}
}