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:
@@ -12,7 +12,7 @@ deprecated("Use A instead") fun test4(x: Int, y: Int) { x + y }
|
||||
class MyClass() {
|
||||
deprecated("Use A instead") fun test2() {}
|
||||
|
||||
class object {
|
||||
default object {
|
||||
deprecated("Use A instead") fun test3() {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user