default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -11,7 +11,7 @@ fun main(args: Array<String>) {
|
||||
}
|
||||
|
||||
class A {
|
||||
default object {
|
||||
companion object {
|
||||
val prop = 1
|
||||
fun myFun() = 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user