Files
kotlin-fork/compiler/testData/psi/Inner.kt
T
2013-09-17 18:10:00 +04:00

4 lines
38 B
Kotlin
Vendored

class Outer {
inner class Inner
}