Stop parsing lambdas with deprecated syntax
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
fun foo() {
|
||||
l filter {it.x} map {it.foo} aggregate {(a, b) -> a + b}
|
||||
l filter {it.x} map {it.foo} aggregate {a, b -> a + b}
|
||||
}
|
||||
Reference in New Issue
Block a user