19db4869e6
Issue #KT-15556 Fixed
5 lines
78 B
Kotlin
Vendored
5 lines
78 B
Kotlin
Vendored
class Foo
|
|
fun usage(f: () -> Foo) {}
|
|
fun test() {
|
|
usage {<caret> Foo() }
|
|
} |