Files
kotlin-fork/analysis/low-level-api-fir/testdata/onAirResolve/topLevelFunction.kt
T

8 lines
103 B
Kotlin

/*PLACE*/fun place(): Int {
fun xxx() = 2
}
/*ONAIR*/fun onAir(): Int {
fun yyy() = "hello"
}