default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class X {
|
||||
default object {
|
||||
companion object {
|
||||
fun String.f(): X = X()
|
||||
fun g(): X = X()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user