Closed inferrna closed 2 months ago
Print builtin function returns in format funcname(param: type) -> (typeA, typeB)
funcname(param: type) -> (typeA, typeB)
also fixes lsp crash on lookup for user function (was failed to parse returns)
(above highlight is somewhat broken, but I didn't touch it)
LGTM
LGTM on the C++ part.. @ewoudje can you check the last TS changes?
Print builtin function returns in format
funcname(param: type) -> (typeA, typeB)
also fixes lsp crash on lookup for user function (was failed to parse returns)
(above highlight is somewhat broken, but I didn't touch it)