mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
11 lines
138 B
Kotlin
Vendored
11 lines
138 B
Kotlin
Vendored
// Synthetic
|
|
|
|
class Synthetic {
|
|
inner class Inner {
|
|
fun test() {
|
|
foo()
|
|
}
|
|
}
|
|
|
|
private fun foo() {}
|
|
} |