default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -6,7 +6,7 @@ class Outer {
|
||||
}
|
||||
}
|
||||
|
||||
default object {
|
||||
companion object {
|
||||
public var o: Any? = Object()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user