Commit 6a0dbab1 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

+ fix issue with special value use in untyped context, #231

parent 2948eeca
Loading
Loading
Loading
Loading
+12 −9
Original line number Diff line number Diff line
@@ -2194,6 +2194,7 @@ DataReferenceAsBinding returns to::DataReference:
;

fragment DataReferenceFragment returns to::DataReference:
    (
        comment+=Qualifier*
        '#'
        //name=Identifier
@@ -2203,6 +2204,8 @@ fragment DataReferenceFragment returns to::DataReference:
        //        may need further consideration
        //        on the other hand no one really used this for the most part..  
        content=TODataElementUse
    ) 
    | content=SpecialValueUse
;

//DataUse