default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class Foo {
|
||||
|
||||
default object {
|
||||
companion object {
|
||||
val
|
||||
}
|
||||
}
|
||||
@@ -11,7 +11,7 @@ JetFile: kt2172.kt
|
||||
PsiWhiteSpace('\n\n ')
|
||||
OBJECT_DECLARATION
|
||||
MODIFIER_LIST
|
||||
PsiElement(default)('default')
|
||||
PsiElement(companion)('companion')
|
||||
PsiWhiteSpace(' ')
|
||||
PsiElement(object)('object')
|
||||
PsiWhiteSpace(' ')
|
||||
|
||||
Reference in New Issue
Block a user