default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package sample
|
||||
|
||||
class K {
|
||||
default object {
|
||||
companion object {
|
||||
val foo: K = K()
|
||||
fun bar(): K = K()
|
||||
val x: String = ""
|
||||
|
||||
Reference in New Issue
Block a user