difftastic/vendored_parsers/tree-sitter-vhdl/test/highlight/function_instantiation.vhdl

8 lines
183 B
VHDL

function foo is new bar [t];
-- ^ error.missing.return
function "+" is new foo."+" [t,t, return t];
-- ^ error.unexpected.comma