julia-vscode / StaticLint.jl

Static Code Analysis for Julia
Other
145 stars 28 forks source link

Undetected syntax error #353

Closed nsajko closed 1 year ago

nsajko commented 2 years ago

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