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

8 lines
187 B
Kotlin
Vendored

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