Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
idea-frontend-fir
/
idea-fir-low-level-api
/
testdata
/
onAirResolve
/
topLevelFunction.kt
blob: ee00cf73b6005a06e0509c8dc926ad4a47c3f3f2 [
file
] [
log
] [
blame
]
/*PLACE*/
fun place
():
Int
{
fun xxx
()
=
2
}
/*ONAIR*/
fun onAir
():
Int
{
fun yyy
()
=
"hello"
}