6 lines
84 B
Kotlin
Vendored
6 lines
84 B
Kotlin
Vendored
class Test {
|
|
private var x = object {};
|
|
init {
|
|
x = object {}
|
|
}
|
|
} |