blob: 872060469ce972ca7946cb0161199eea005bb9ce [file] [log] [blame]
fun xxx() {
val x = 2
/*PLACE*/class C
}
/*ONAIR*/class E {
fun e() = x
}