default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
package f
|
||||
|
||||
import f.A.Default.B
|
||||
import f.A.Companion.B
|
||||
|
||||
class A {
|
||||
default object {
|
||||
companion object {
|
||||
class B
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user