Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolveWithStdlib/problems/SpecialCallsWithLambdas.kt
T
2021-04-09 12:32:45 +03:00

5 lines
100 B
Kotlin
Vendored

fun foo() {
val inv = {{}}<!NOT_NULL_ASSERTION_ON_LAMBDA_EXPRESSION!>!!<!>
val bar = {{}}
}