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:
@@ -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
-1
@@ -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
-1
@@ -1,7 +1,7 @@
|
|||||||
package test
|
package test
|
||||||
|
|
||||||
class Klass {
|
class Klass {
|
||||||
class object {
|
default object {
|
||||||
val CONST = "bar"
|
val CONST = "bar"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -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
-1
@@ -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
-1
@@ -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
-1
@@ -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
-1
@@ -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
-1
@@ -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
-1
@@ -1,7 +1,7 @@
|
|||||||
package test
|
package test
|
||||||
|
|
||||||
class Klass {
|
class Klass {
|
||||||
class object {
|
default object {
|
||||||
val CONST = "bar"
|
val CONST = "bar"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
package test
|
package test
|
||||||
|
|
||||||
class Klass {
|
class Klass {
|
||||||
class object {
|
default object {
|
||||||
val CONST = "bar"
|
val CONST = "bar"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user