default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -6,7 +6,7 @@ class A {
|
||||
return coProp + 10</selection>
|
||||
}
|
||||
|
||||
default object {
|
||||
companion object {
|
||||
val coProp = 1
|
||||
|
||||
fun coFun() {
|
||||
|
||||
Reference in New Issue
Block a user