6 lines
83 B
Kotlin
Vendored
6 lines
83 B
Kotlin
Vendored
class Outer {
|
|
val x = object {
|
|
val x = 1
|
|
fun getX() = 1
|
|
}
|
|
} |