Refactor: process mentions of class object
Rename usages that refer to "default object" concept now Test data file names are left as is
This commit is contained in:
@@ -27,7 +27,7 @@ class Example(a : Foo, i : Int) : Bar(i), Some {
|
||||
*/
|
||||
|
||||
memberDeclaration
|
||||
: classObject
|
||||
: defaultObject
|
||||
: object
|
||||
: function
|
||||
: property
|
||||
@@ -40,12 +40,9 @@ anonymousInitializer
|
||||
: block
|
||||
;
|
||||
|
||||
classObject
|
||||
defaultObject
|
||||
: modifiers "class" object
|
||||
;
|
||||
/**
|
||||
See [Class objects](classes.html#class-objects)
|
||||
*/
|
||||
|
||||
valueParameters
|
||||
: "(" functionParameter{","}? ")" // default values
|
||||
|
||||
Reference in New Issue
Block a user