Files
kotlin/compiler/testData/asJava/nullabilityAnnotations/Synthetic.kt
2013-11-11 17:20:15 +04:00

9 lines
124 B
Kotlin

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