7 lines
69 B
Kotlin
Vendored
7 lines
69 B
Kotlin
Vendored
object Obj {
|
|
val p = 239
|
|
}
|
|
|
|
fun f() {
|
|
println(Obj.<caret>p)
|
|
} |