mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
11 lines
95 B
Kotlin
11 lines
95 B
Kotlin
package f
|
|
|
|
import f.A.B
|
|
|
|
class A {
|
|
class object {
|
|
class B
|
|
}
|
|
}
|
|
|
|
fun test() = B() |