Files
kotlin/compiler/testData/diagnostics/tests/UnderscoreUsageInVariableAsFunctionCall.fir.kt

7 lines
88 B
Kotlin
Vendored

object Host {
val `____` = { -> }
fun testFunTypeVal() {
____()
}
}