59f192ef90
Includes changes to decompiled text Old syntax is used in builtins and project code for now
36 lines
212 B
Kotlin
36 lines
212 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
|
|
|