6 lines
111 B
Kotlin
Vendored
6 lines
111 B
Kotlin
Vendored
class Outer {
|
|
inner class Inner {
|
|
<!NESTED_CLASS_NOT_ALLOWED!>enum class TestNestedEnum<!>
|
|
}
|
|
}
|