default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -6,7 +6,7 @@ import pack.A.Nested
|
||||
class A(nested: Nested = Nested(Nested.FIELD)) {
|
||||
|
||||
class Nested(p: Int) {
|
||||
default object {
|
||||
companion object {
|
||||
|
||||
public val FIELD: Int = 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user