Files

13 lines
157 B
Kotlin
Vendored

// Synthetic
class Synthetic {
inner class Inner {
fun test() {
foo()
}
}
private fun foo() {}
}
// FIR_COMPARISON