Lint.jl
Lint.jl copied to clipboard
Lint doesn't support declarations on function return types
trafficstars
julia> lintstr("f(x::Bool)::Bool=!x")
2-element Array{Lint.LintMessage,1}:
none:1 E321 x: use of undeclared symbol
none:1 I171 f(x::Bool): LHS in assignment not understood by Lint
Any progress on this? It would be nice to be able to annotate function return types.