6 lines
99 B
Kotlin
6 lines
99 B
Kotlin
class Test {
|
|
private var x = object {};
|
|
{
|
|
x = <!TYPE_MISMATCH!>object<!> {}
|
|
}
|
|
} |