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