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