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 {
|
||||
val test: Int get() {
|
||||
return <caret>foo
|
||||
}
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@
|
||||
// ERROR: Unresolved reference: foo
|
||||
|
||||
class A {
|
||||
default object {
|
||||
companion object {
|
||||
init {
|
||||
val t: Int = <caret>foo
|
||||
}
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
// ERROR: Unresolved reference: foo
|
||||
|
||||
class A {
|
||||
default object {
|
||||
companion object {
|
||||
val test: Int = <caret>foo
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user