Files
kotlin-fork/compiler/testData/diagnostics/tests/regressions/kt439.kt
T

7 lines
158 B
Kotlin
Vendored

// FIR_IDENTICAL
// KT-439 Support labeled function literals in call arguments
fun main1(args : Array<String>) {
run l@{ 1 } // should not be an error
}