Files
kotlin-fork/compiler/testData/diagnostics/tests/UnderscoreUsageInVariableAsFunctionCall.fir.kt
T

7 lines
88 B
Kotlin
Vendored

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