Files
kotlin-fork/compiler/testData/compileKotlinAgainstKotlin/ClassObjectMember.A.kt
T

7 lines
87 B
Kotlin
Vendored

class A {
companion object {
fun foo() = 42
val bar = "OK"
}
}