Skip to content

elixir-lsp/sample_dialyzer_error_umbrella

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DialyzerError.Umbrella

If you open apps/dialyzer_error/lib/a.ex in an editor running ElixirLS and wait for Dialyzer to finish running, then you should see the following errors:

 a.ex       2   3 warning         Function fun/0 has no local return. (lsp)
 a.ex       4   5 warning         The pattern can never match the type.

 Pattern:
 :ok

 Type:
 :error

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published