default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
class Foo {
|
||||
private default object {
|
||||
private companion object {
|
||||
}
|
||||
}
|
||||
|
||||
// TESTED_OBJECT_KIND: innerClass
|
||||
// TESTED_OBJECTS: Foo, Default
|
||||
// TESTED_OBJECTS: Foo, Companion
|
||||
// FLAGS: ACC_FINAL, ACC_PRIVATE, ACC_STATIC
|
||||
|
||||
Reference in New Issue
Block a user