default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -17,7 +17,7 @@ class Test {
|
||||
|
||||
public var prop: String = ""
|
||||
|
||||
default object {
|
||||
companion object {
|
||||
public var prop: Int by TestDelegate({10})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user