Files
kotlin-fork/compiler/testData/readKotlinBinaryClass/class/InnerClass.kt
T

6 lines
50 B
Kotlin

package test
class Outer() {
class Inner()
}