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

6 lines
96 B
Kotlin
Vendored

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