mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-14 00:21:34 +00:00
11 lines
121 B
Kotlin
Vendored
11 lines
121 B
Kotlin
Vendored
class A {
|
|
companion object {
|
|
fun foo() {
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
fun bar() {
|
|
<selection>A</selection>.foo()
|
|
} |