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 @@ class C(private val arg1: Int, private val arg2: Int, private val arg3: Int) {
|
||||
return p
|
||||
}
|
||||
|
||||
class object {
|
||||
default object {
|
||||
private fun staticFoo(p: Int): Int {
|
||||
return p
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user