Function Parser.parseSharedStaticDestructor
Parses a SharedStaticDestructor
sharedStaticDestructor: 'shared' 'static' '~' 'this' '(' ')' memberFunctionAttribute* (functionBody | ";") ;
Parses a SharedStaticDestructor
sharedStaticDestructor: 'shared' 'static' '~' 'this' '(' ')' memberFunctionAttribute* (functionBody | ";") ;