Files
kotlin-fork/compiler/testData/loadJavaCustom/inner.txt
T
Evgeny Gerashchenko 6ab081d969 Regenerated test data.
2012-12-27 20:46:58 +04:00

6 lines
84 B
Plaintext

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