default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -3,7 +3,7 @@ import java.util.IdentityHashMap
|
||||
class A {
|
||||
var foo: Int by IntHandler
|
||||
|
||||
default object {
|
||||
companion object {
|
||||
var bar: Any? by AnyHandler
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user