6c2eb06351
So #KT-19560 Fixed
8 lines
103 B
Kotlin
Vendored
8 lines
103 B
Kotlin
Vendored
object Test
|
|
|
|
fun <caret>Test.foo() = 42
|
|
|
|
fun main(args: Array<String>) {
|
|
val x = Test
|
|
x.foo()
|
|
} |