7 lines
87 B
Kotlin
Vendored
7 lines
87 B
Kotlin
Vendored
class A {
|
|
companion object {
|
|
fun foo() = 42
|
|
val bar = "OK"
|
|
}
|
|
}
|