Files
kotlin-fork/compiler/testData/diagnostics/tests/incompleteCode/unresolvedOperation.fir.kt
T

4 lines
121 B
Kotlin
Vendored

fun foo(a: Int) {
<!UNRESOLVED_REFERENCE!>!<!><!UNRESOLVED_REFERENCE!>bbb<!>
<!UNRESOLVED_REFERENCE!>bbb<!> + a
}