Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolveWithStdlib/problems/SpecialCallsWithLambdas.kt
T
2020-12-29 17:48:15 +03:00

5 lines
54 B
Kotlin
Vendored

fun foo() {
val inv = {{}}!!
val bar = {{}}
}