Commit 88701b73 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

+ added with block for enums

parent bee634e7
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1448,6 +1448,11 @@ EnumDataType returns tdl::EnumDataType:
        //TODO: without type specification? separator?
        (value+=SimpleDataInstance_Impl)+
    '}'
    ('with'
    '{'
        comment+=Comment*
        annotation+=Annotation*
    '}')?
;