Files
kotlin-fork/compiler/testData/loadJavaCustom/inner.txt
T
2012-12-27 20:46:57 +04:00

6 lines
86 B
Plaintext

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