Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
idea-frontend-fir
/
idea-fir-low-level-api
/
testdata
/
onAirResolve
/
inParameter.kt
blob: 99af2df9bb118414c80340e75b63fbea81ee5790 [
file
] [
log
] [
blame
]
class
X
{
class
Y
fun x
(
/*PLACE*/
x
:
Int
)
{}
}
fun y
(
/*ONAIR*/
y
:
Y
)
{}