Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/classObject/ClassObjectDeclaresVal.kt
T

9 lines
118 B
Kotlin
Vendored

//ALLOW_AST_ACCESS
package test
class ClassObjectDeclaresProperty {
companion object {
val i = 1
}
}