blob: ee00cf73b6005a06e0509c8dc926ad4a47c3f3f2 [file] [log] [blame]
/*PLACE*/fun place(): Int {
fun xxx() = 2
}
/*ONAIR*/fun onAir(): Int {
fun yyy() = "hello"
}