5 lines
65 B
Kotlin
5 lines
65 B
Kotlin
fun x() {
|
|
val x = object: Any() {
|
|
fun foo(){}
|
|
}
|
|
} |