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:
@@ -41,9 +41,9 @@ class D {
|
||||
foo() // statement
|
||||
} // end of foo
|
||||
|
||||
// class object
|
||||
class object {
|
||||
} // end of class object
|
||||
// default object
|
||||
default object {
|
||||
} // end of default object
|
||||
}
|
||||
|
||||
// This is v
|
||||
|
||||
Reference in New Issue
Block a user