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
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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user