default -> companion: replace all mentions of default and default object
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ open class Base {
|
||||
}
|
||||
|
||||
class Derived : Base() {
|
||||
default object {
|
||||
companion object {
|
||||
<!ACCIDENTAL_OVERRIDE!>platformStatic fun foo()<!> {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user