julia-vscode/StaticLint.jl

Undetected syntax error

nsajko opened this issue · 0 comments

Opening a Julia file and entering the following code fools the editor into thinking there's no syntax error. It says "no problems have been detected in the workspace".

f() =
  let x = 3
  for i in (1,)
  end

g() = 3