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:
@@ -26,7 +26,7 @@ class Test<in I, out O> {
|
||||
t.<!INVISIBLE_MEMBER(i; private/*private to this*/; Test)!>i<!> = getT()
|
||||
}
|
||||
|
||||
class object {
|
||||
default object {
|
||||
fun <I, O> test(t: Test<I, O>) {
|
||||
t.<!INVISIBLE_MEMBER(i; private/*private to this*/; Test)!>i<!> = getT()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user