default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
class A {
|
||||
default object Default
|
||||
companion object Companion
|
||||
|
||||
default object B
|
||||
companion object B
|
||||
|
||||
default object C {}
|
||||
companion object C {}
|
||||
|
||||
default object
|
||||
companion object
|
||||
|
||||
object C
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user