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:
@@ -7,7 +7,7 @@ fun C(p: Int): C {
|
||||
}
|
||||
|
||||
class C {
|
||||
class object {
|
||||
default object {
|
||||
private val staticField1 = 0
|
||||
private val staticField2 = 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user