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

Original commit: 59f192ef90
This commit is contained in:
Pavel V. Talanov
2015-03-06 12:51:59 +03:00
parent fc8f852773
commit ebb37aed1d
14 changed files with 14 additions and 14 deletions
@@ -1,7 +1,7 @@
package test package test
class Klass { class Klass {
class object { default object {
// Old and new constant values are different, but their hashes are the same // Old and new constant values are different, but their hashes are the same
val CONST = "BF" val CONST = "BF"
} }
@@ -1,7 +1,7 @@
package test package test
class Klass { class Klass {
class object { default object {
// Old and new constant values are different, but their hashes are the same // Old and new constant values are different, but their hashes are the same
val CONST = "Ae" val CONST = "Ae"
} }
@@ -1,7 +1,7 @@
package test package test
class Klass { class Klass {
class object { default object {
val CONST = "bar" val CONST = "bar"
} }
} }
@@ -1,7 +1,7 @@
package test package test
class Klass { class Klass {
class object { default object {
val CONST = "bar" val CONST = "bar"
} }
} }
@@ -1,7 +1,7 @@
package test package test
class Klass { class Klass {
class object { default object {
// Old and new constant values are different, but their hashes are the same // Old and new constant values are different, but their hashes are the same
val CONST = "BF" val CONST = "BF"
} }
@@ -1,7 +1,7 @@
package test package test
class Klass { class Klass {
class object { default object {
// Old and new constant values are different, but their hashes are the same // Old and new constant values are different, but their hashes are the same
val CONST = "Ae" val CONST = "Ae"
} }
@@ -3,7 +3,7 @@ package test
val CONST = "foo" val CONST = "foo"
class Klass { class Klass {
class object { default object {
val CONST = "bar" val CONST = "bar"
} }
} }
@@ -3,7 +3,7 @@ package test
val CONST = "foo" val CONST = "foo"
class Klass { class Klass {
class object { default object {
val CONST = "bar" val CONST = "bar"
} }
} }
@@ -1,7 +1,7 @@
package test package test
trait Trait { trait Trait {
class object { default object {
// Old and new constant values are different, but their hashes are the same // Old and new constant values are different, but their hashes are the same
val CONST = "BF" val CONST = "BF"
} }
@@ -1,7 +1,7 @@
package test package test
trait Trait { trait Trait {
class object { default object {
// Old and new constant values are different, but their hashes are the same // Old and new constant values are different, but their hashes are the same
val CONST = "Ae" val CONST = "Ae"
} }
@@ -1,7 +1,7 @@
package test package test
class Klass { class Klass {
class object { default object {
// Old and new constant values are different, but their hashes are the same // Old and new constant values are different, but their hashes are the same
val CONST = "BF" val CONST = "BF"
} }
@@ -1,7 +1,7 @@
package test package test
class Klass { class Klass {
class object { default object {
// Old and new constant values are different, but their hashes are the same // Old and new constant values are different, but their hashes are the same
val CONST = "Ae" val CONST = "Ae"
} }
@@ -1,7 +1,7 @@
package test package test
class Klass { class Klass {
class object { default object {
val CONST = "bar" val CONST = "bar"
} }
} }
@@ -1,7 +1,7 @@
package test package test
class Klass { class Klass {
class object { default object {
val CONST = "bar" val CONST = "bar"
} }
} }