mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
9 lines
124 B
Kotlin
9 lines
124 B
Kotlin
class Synthetic {
|
|
inner class Inner {
|
|
fun test() {
|
|
foo()
|
|
}
|
|
}
|
|
|
|
private fun foo() {}
|
|
} |