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

6 lines
78 B
Plaintext
Vendored

package test
public object Bar {
/*primary*/ private constructor Bar()
}