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
|
||||
|
||||
class Klass {
|
||||
class object {
|
||||
default object {
|
||||
// Old and new constant values are different, but their hashes are the same
|
||||
val CONST = "BF"
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
package test
|
||||
|
||||
class Klass {
|
||||
class object {
|
||||
default object {
|
||||
// Old and new constant values are different, but their hashes are the same
|
||||
val CONST = "Ae"
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
package test
|
||||
|
||||
class Klass {
|
||||
class object {
|
||||
default object {
|
||||
val CONST = "bar"
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
package test
|
||||
|
||||
class Klass {
|
||||
class object {
|
||||
default object {
|
||||
val CONST = "bar"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package test
|
||||
|
||||
class Klass {
|
||||
class object {
|
||||
default object {
|
||||
// Old and new constant values are different, but their hashes are the same
|
||||
val CONST = "BF"
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
package test
|
||||
|
||||
class Klass {
|
||||
class object {
|
||||
default object {
|
||||
// Old and new constant values are different, but their hashes are the same
|
||||
val CONST = "Ae"
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ package test
|
||||
val CONST = "foo"
|
||||
|
||||
class Klass {
|
||||
class object {
|
||||
default object {
|
||||
val CONST = "bar"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ package test
|
||||
val CONST = "foo"
|
||||
|
||||
class Klass {
|
||||
class object {
|
||||
default object {
|
||||
val CONST = "bar"
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
package test
|
||||
|
||||
trait Trait {
|
||||
class object {
|
||||
default object {
|
||||
// Old and new constant values are different, but their hashes are the same
|
||||
val CONST = "BF"
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
package test
|
||||
|
||||
trait Trait {
|
||||
class object {
|
||||
default object {
|
||||
// Old and new constant values are different, but their hashes are the same
|
||||
val CONST = "Ae"
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
package test
|
||||
|
||||
class Klass {
|
||||
class object {
|
||||
default object {
|
||||
// Old and new constant values are different, but their hashes are the same
|
||||
val CONST = "BF"
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
package test
|
||||
|
||||
class Klass {
|
||||
class object {
|
||||
default object {
|
||||
// Old and new constant values are different, but their hashes are the same
|
||||
val CONST = "Ae"
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
package test
|
||||
|
||||
class Klass {
|
||||
class object {
|
||||
default object {
|
||||
val CONST = "bar"
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
package test
|
||||
|
||||
class Klass {
|
||||
class object {
|
||||
default object {
|
||||
val CONST = "bar"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user