59f192ef90
Includes changes to decompiled text Old syntax is used in builtins and project code for now
31 lines
208 B
Kotlin
31 lines
208 B
Kotlin
class A {
|
|
default object {
|
|
}
|
|
}
|
|
|
|
class A {
|
|
default object {
|
|
}
|
|
}
|
|
|
|
trait A {
|
|
}
|
|
|
|
trait A {
|
|
}
|
|
|
|
object A {
|
|
}
|
|
|
|
object A {
|
|
}
|
|
|
|
val a = object {
|
|
}
|
|
|
|
val a = object {
|
|
}
|
|
|
|
// SET_TRUE: LBRACE_ON_NEXT_LINE
|
|
|