5 lines
125 B
Kotlin
Vendored
5 lines
125 B
Kotlin
Vendored
class Outer {
|
|
inner class Inner {
|
|
<!NESTED_CLASS_NOT_ALLOWED(Interface)!>interface TestNestedInterface<!>
|
|
}
|
|
} |