Files
kotlin-fork/compiler/testData/asJava/lightClasses/lightClassByFqName/nullabilityAnnotations/Synthetic.kt
T

13 lines
157 B
Kotlin
Vendored

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