default -> companion: replace all mentions of default and default object
This commit is contained in:
+2
-2
@@ -1,11 +1,11 @@
|
||||
class Outer {
|
||||
class Nested {
|
||||
default object {
|
||||
companion object {
|
||||
fun foo() = 42
|
||||
}
|
||||
}
|
||||
|
||||
default object {
|
||||
companion object {
|
||||
fun bar() = 239
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user