default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Test {
|
||||
default object {
|
||||
companion object {
|
||||
public var prop: Int = 0
|
||||
protected set
|
||||
}
|
||||
@@ -10,5 +10,5 @@ class Test {
|
||||
// FLAGS: ACC_STATIC, ACC_PROTECTED
|
||||
|
||||
// TESTED_OBJECT_KIND: property
|
||||
// TESTED_OBJECTS: Test$Default, prop
|
||||
// TESTED_OBJECTS: Test$Companion, prop
|
||||
// ABSENT: TRUE
|
||||
Reference in New Issue
Block a user