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:
Pavel V. Talanov
2015-03-03 17:28:24 +03:00
parent 27f5d71e4f
commit 48fbce9582
137 changed files with 471 additions and 479 deletions
+2 -5
View File
@@ -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