JET-47 Require a ':' in object literals

This commit is contained in:
Andrey Breslav
2011-05-24 22:31:21 +04:00
parent 2a2a697953
commit 5989fb2bc3
18 changed files with 43 additions and 15 deletions
@@ -20,6 +20,8 @@ JetFile: AnonymousObjects.jet
OBJECT_LITERAL
PsiElement(object)('object')
PsiWhiteSpace(' ')
PsiElement(COLON)(':')
PsiWhiteSpace(' ')
DELEGATION_SPECIFIER_LIST
DELEGATOR_SUPER_CALL
TYPE_REFERENCE