Files
kotlin-fork/compiler/testData/loadJava/compiledJava/inner.txt
T
2013-03-12 19:31:46 +04:00

6 lines
84 B
Plaintext

package test
public open class inner : test.B.C {
public constructor inner()
}