Fix OperatorToFunctionIntention: insert function literal expressions to arguments correctly
This commit is contained in:
+1
-1
@@ -3,5 +3,5 @@ class Mocha() {
|
||||
}
|
||||
fun main() {
|
||||
val mocha = Mocha()
|
||||
val testing = mocha.invoke{ x: Int -> "hello world" }
|
||||
val testing = mocha.invoke { x: Int -> "hello world" }
|
||||
}
|
||||
Reference in New Issue
Block a user