Files
kotlin-fork/compiler/visualizer/testData/rawBuilder/expressions/labelForInfix.kt
T
2021-03-19 18:29:58 +03:00

9 lines
201 B
Kotlin
Vendored

// FIR_IGNORE
fun main() {
// [ERROR: not resolved]
// │ [ERROR: not resolved]
// │ │ [ERROR: not resolved]
// │ │ │
{ length } foo { bar() }
}