Files
kotlin-fork/compiler/testData/diagnostics/tests/labeledLambda.fir.kt
T
2024-02-14 09:57:13 +00:00

6 lines
96 B
Kotlin
Vendored

// ISSUE: KT-65337
inline fun bar(s: () -> Unit) {
(<!UNDERSCORE_IS_RESERVED!>_<!>@ s)()
}