mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 15:53:49 +00:00
10 lines
102 B
Kotlin
Vendored
10 lines
102 B
Kotlin
Vendored
class Foo {
|
|
companion object {
|
|
val baz = Foo()
|
|
}
|
|
}
|
|
|
|
fun test() {
|
|
Foo.<caret>baz
|
|
}
|