9 lines
201 B
Kotlin
Vendored
9 lines
201 B
Kotlin
Vendored
// FIR_IGNORE
|
|
fun main() {
|
|
// [ERROR: not resolved]
|
|
// │ [ERROR: not resolved]
|
|
// │ │ [ERROR: not resolved]
|
|
// │ │ │
|
|
{ length } foo { bar() }
|
|
}
|