Files
kotlin/compiler/testData/asJava/lightClasses/nullabilityAnnotations/Synthetic.kt

11 lines
138 B
Kotlin
Vendored

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