blob: abb40e47290d8894310dc010bc4fc2989a45ee50 [file]
// Synthetic
class Synthetic {
inner class Inner {
fun test() {
foo()
}
}
private fun foo() {}
}
// FIR_COMPARISON