default -> companion: replace all mentions of default and default object
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
class C {
|
||||
suppress("warnings")
|
||||
default object {
|
||||
companion object {
|
||||
val foo: String?? = null as Nothing?
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user