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

6 lines
126 B
Kotlin
Vendored

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