Replace 'class object' with 'default object' in renderers and test data
Includes changes to decompiled text Old syntax is used in builtins and project code for now
This commit is contained in:
@@ -13,7 +13,7 @@ class Tram {
|
||||
}
|
||||
|
||||
class Yvayva {
|
||||
class object {
|
||||
default object {
|
||||
<!CONFLICTING_OVERLOADS!>fun fghj()<!> { }
|
||||
|
||||
class <!CONFLICTING_OVERLOADS!>fghj()<!> { }
|
||||
@@ -23,7 +23,7 @@ class Yvayva {
|
||||
class Rtyu {
|
||||
fun ololo() { }
|
||||
|
||||
class object {
|
||||
default object {
|
||||
class ololo() { }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ package constructorVsFun {
|
||||
internal final fun ololo(): kotlin.Unit
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
|
||||
internal class object Default {
|
||||
internal default object Default {
|
||||
private constructor Default()
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
@@ -46,7 +46,7 @@ package constructorVsFun {
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
|
||||
internal class object Default {
|
||||
internal default object Default {
|
||||
private constructor Default()
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
internal final fun fghj(): kotlin.Unit
|
||||
|
||||
Reference in New Issue
Block a user