Files
kotlin/compiler/testData/loadJava/compiledKotlin/classObject/ClassObjectDeclaresVar.kt

9 lines
119 B
Kotlin
Vendored

//ALLOW_AST_ACCESS
package test
class ClassObjectDeclaresProperty {
companion object {
var s = ""
}
}