default -> companion: replace all mentions of default and default object
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
// ERROR: Unresolved reference: foo
|
||||
|
||||
class A {
|
||||
default object {
|
||||
companion object {
|
||||
init {
|
||||
val t: Int = <caret>foo
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user