default -> companion: replace all mentions of default and default object

This commit is contained in:
Pavel V. Talanov
2015-03-16 14:56:06 +03:00
parent a0783757e8
commit 06916d98c6
1019 changed files with 2468 additions and 2469 deletions
+3 -3
View File
@@ -264,10 +264,10 @@ JetFile: CommentsBinding.kt
PsiComment(EOL_COMMENT)('// end of foo')
PsiWhiteSpace('\n\n ')
OBJECT_DECLARATION
PsiComment(EOL_COMMENT)('// default object')
PsiComment(EOL_COMMENT)('// companion object')
PsiWhiteSpace('\n ')
MODIFIER_LIST
PsiElement(default)('default')
PsiElement(companion)('companion')
PsiWhiteSpace(' ')
PsiElement(object)('object')
PsiWhiteSpace(' ')
@@ -276,7 +276,7 @@ JetFile: CommentsBinding.kt
PsiWhiteSpace('\n ')
PsiElement(RBRACE)('}')
PsiWhiteSpace(' ')
PsiComment(EOL_COMMENT)('// end of default object')
PsiComment(EOL_COMMENT)('// end of companion object')
PsiWhiteSpace('\n')
PsiElement(RBRACE)('}')
PsiWhiteSpace('\n\n')