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:
@@ -16,7 +16,7 @@ test.anno(x = "top level class": kotlin.String) internal final class C1 {
|
||||
public constructor C2()
|
||||
}
|
||||
|
||||
test.anno(x = "class object": kotlin.String) internal class object Default {
|
||||
test.anno(x = "default object": kotlin.String) internal default object Default {
|
||||
private constructor Default()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user