Function Parser.parseParameterAttribute
Parses a ParameterAttribute
parameterAttribute: atAttribute | typeConstructor | 'final' | 'in' | 'lazy' | 'out' | 'ref' | 'scope' | 'auto' | 'return' ;
Parses a ParameterAttribute
parameterAttribute: atAttribute | typeConstructor | 'final' | 'in' | 'lazy' | 'out' | 'ref' | 'scope' | 'auto' | 'return' ;