Lambda --> reference: correct handling of parameter-less function
Issue #KT-15556 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class Foo
|
||||
fun usage(f: () -> Foo) {}
|
||||
fun test() {
|
||||
usage {<caret> Foo() }
|
||||
}
|
||||
Reference in New Issue
Block a user