Unit.VALUE -> Unit in testData

This commit is contained in:
Zalim Bashorov
2014-07-12 21:25:00 +04:00
parent 4a8519615a
commit c767ffc3e7
49 changed files with 103 additions and 109 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
fun a(
a : foo = Unit.VALUE,
a : foo = Unit,
a : foo = 10,
a : foo = 0x10,
a : foo = '1',
@@ -43,4 +43,4 @@ fun a(
continue
@la
continue @la
}
}
+3 -7
View File
@@ -20,12 +20,8 @@ JetFile: SimpleExpressions.kt
PsiWhiteSpace(' ')
PsiElement(EQ)('=')
PsiWhiteSpace(' ')
DOT_QUALIFIED_EXPRESSION
REFERENCE_EXPRESSION
PsiElement(IDENTIFIER)('Unit')
PsiElement(DOT)('.')
REFERENCE_EXPRESSION
PsiElement(IDENTIFIER)('VALUE')
REFERENCE_EXPRESSION
PsiElement(IDENTIFIER)('Unit')
PsiElement(COMMA)(',')
PsiWhiteSpace('\n ')
VALUE_PARAMETER
@@ -728,4 +724,4 @@ JetFile: SimpleExpressions.kt
LABEL
PsiElement(LABEL_IDENTIFIER)('@la')
PsiWhiteSpace('\n')
PsiElement(RBRACE)('}')
PsiElement(RBRACE)('}')