Parser for JetBlockCodeFragment

This commit is contained in:
Natalia Ukhorskaya
2014-05-07 12:24:08 +04:00
parent 787f428133
commit 0677075335
36 changed files with 1361 additions and 853 deletions
@@ -0,0 +1,9 @@
JetFile: fragment.kt
BINARY_EXPRESSION
INTEGER_CONSTANT
PsiElement(INTEGER_LITERAL)('1')
PsiWhiteSpace(' ')
OPERATION_REFERENCE
PsiElement(PLUS)('+')
PsiErrorElement:Expecting an element
<empty list>