default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// PSI_ELEMENT: org.jetbrains.kotlin.psi.JetObjectDeclaration
|
||||
// OPTIONS: usages
|
||||
class Foo {
|
||||
default object <caret>Bar {
|
||||
companion object <caret>Bar {
|
||||
fun f() {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user