default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -2,7 +2,7 @@ public open class Test() {
|
||||
open public fun test() : Unit {
|
||||
System.out?.println(hello)
|
||||
}
|
||||
default object {
|
||||
companion object {
|
||||
private val hello : String? = "Hello"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user