[FIR] Implement MANY_LAMBDA_EXPRESSION_ARGUMENTS diagnostics, fix tests

This commit is contained in:
Ivan Kochurkin
2021-04-27 19:51:01 +03:00
committed by TeamCityServer
parent b8002cb54f
commit 525cc6df97
12 changed files with 68 additions and 26 deletions
@@ -6,9 +6,9 @@ fun test(x: () -> Unit, y: () -> Unit) {
}
fun main() {
test {
<!NO_VALUE_FOR_PARAMETER!>test {
1
} {
} <!MANY_LAMBDA_EXPRESSION_ARGUMENTS!>{
2
}
}<!><!>
}