Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
idea-frontend-fir
/
idea-fir-low-level-api
/
testdata
/
onAirResolve
/
localClass.kt
blob: 872060469ce972ca7946cb0161199eea005bb9ce [
file
] [
log
] [
blame
]
fun xxx
()
{
val x
=
2
/*PLACE*/
class
C
}
/*ONAIR*/
class
E
{
fun e
()
=
x
}