default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
trait Test {
|
||||
default object {
|
||||
companion object {
|
||||
public val prop: Int = 0
|
||||
get() {
|
||||
return $prop
|
||||
@@ -12,5 +12,5 @@ trait Test {
|
||||
// ABSENT: TRUE
|
||||
|
||||
// TESTED_OBJECT_KIND: property
|
||||
// TESTED_OBJECTS: Test$Default, prop
|
||||
// TESTED_OBJECTS: Test$Companion, prop
|
||||
// FLAGS: ACC_PRIVATE, ACC_FINAL
|
||||
Reference in New Issue
Block a user