default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -8,7 +8,7 @@ class Identifier() {
|
||||
return myNullable
|
||||
}
|
||||
|
||||
default object {
|
||||
companion object {
|
||||
fun init(isNullable : Boolean) : Identifier {
|
||||
val id = Identifier()
|
||||
id.myNullable = isNullable
|
||||
|
||||
Reference in New Issue
Block a user