Function Parser.parseSharedStaticConstructor
Parses a SharedStaticConstructor
sharedStaticConstructor: 'shared' 'static' 'this' '(' ')' memberFunctionAttribute* (functionBody | ";") ;
Parses a SharedStaticConstructor
sharedStaticConstructor: 'shared' 'static' 'this' '(' ')' memberFunctionAttribute* (functionBody | ";") ;