8 lines
114 B
Kotlin
Vendored
8 lines
114 B
Kotlin
Vendored
class Outer {
|
|
fun foo() {
|
|
class C {
|
|
val x = 1
|
|
fun getX() = 1
|
|
}
|
|
}
|
|
} |