default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class Outer {
|
||||
class Nested {
|
||||
default object {
|
||||
companion object {
|
||||
val O = "O"
|
||||
val K = "K"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user