Files
kotlin-fork/compiler/testData/diagnostics/tests/regressions/kt10843.fir.kt
T
2021-06-29 22:39:22 +03:00

8 lines
276 B
Kotlin
Vendored

// NI_EXPECTED_FILE
// See EA-76890 / KT-10843: NPE during analysis
fun lambda(x : Int?) = x?.<!FUNCTION_CALL_EXPECTED!>let<!> <!UNRESOLVED_REFERENCE!>l<!> {
y ->
if (y <!UNRESOLVED_REFERENCE!>><!> 0) return@l x
y
}<!NOT_NULL_ASSERTION_ON_LAMBDA_EXPRESSION!>!!<!>