Fix "Specify explicit lambda signature" when no parameters exists
So #KT-15075 Fixed
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun bar() {}
|
||||
|
||||
fun foo() {
|
||||
run {
|
||||
->
|
||||
bar()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user