Minor in Parser: moved some annotation tests.

This commit is contained in:
Zalim Bashorov
2014-09-09 17:24:57 +04:00
parent fb97b1df93
commit d71c3d6166
13 changed files with 43 additions and 43 deletions
@@ -44,4 +44,4 @@ JetFile: AnnotatedExpressions.kt
REFERENCE_EXPRESSION
PsiElement(this)('this')
PsiWhiteSpace('\n')
PsiElement(RBRACE)('}')
PsiElement(RBRACE)('}')
@@ -327,4 +327,4 @@ JetFile: Attributes.kt
CLASS_BODY
PsiElement(LBRACE)('{')
PsiWhiteSpace('\n')
PsiElement(RBRACE)('}')
PsiElement(RBRACE)('}')
@@ -48,4 +48,4 @@ JetFile: AttributesOnPatterns.kt
PsiWhiteSpace('\n ')
PsiElement(RBRACE)('}')
PsiWhiteSpace('\n')
PsiElement(RBRACE)('}')
PsiElement(RBRACE)('}')
@@ -283,4 +283,4 @@ JetFile: Attributes_ERR.kt
CLASS_BODY
PsiElement(LBRACE)('{')
PsiWhiteSpace('\n')
PsiElement(RBRACE)('}')
PsiElement(RBRACE)('}')
@@ -24,4 +24,4 @@ fun test() {
when (foo bar(1) buzz<T>(1) zoo val a = 1) {
1 -> 1
}
}
}
@@ -992,4 +992,4 @@ JetFile: ShortAnnotations.kt
PsiWhiteSpace('\n ')
PsiElement(RBRACE)('}')
PsiWhiteSpace('\n')
PsiElement(RBRACE)('}')
PsiElement(RBRACE)('}')
@@ -94,4 +94,4 @@ JetFile: TypeAnnotations.kt
USER_TYPE
REFERENCE_EXPRESSION
PsiElement(IDENTIFIER)('B')
PsiElement(GT)('>')
PsiElement(GT)('>')