Files
kotlin/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassObject.txt
2015-09-08 02:04:32 +03:00

9 lines
143 B
Plaintext
Vendored

package test
public interface TheTrait {
public companion object Companion {
/*primary*/ private constructor Companion()
}
}