Lint.jl icon indicating copy to clipboard operation
Lint.jl copied to clipboard

Lint doesn't support declarations on function return types

Open zenna opened this issue 8 years ago • 1 comments
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

zenna avatar Mar 07 '17 04:03 zenna

Any progress on this? It would be nice to be able to annotate function return types.

x-ji avatar Apr 28 '18 09:04 x-ji