This one misses the Elixir warning format. **module.ex**: ``` Atom.to_string("a") ``` **Shell**: ``` $elixir module.ex module.ex:1: warning: this expression will fail with a 'badarg' exception ** (ArgumentError) argument error module.ex:1: (file) (elixir) src/elixir_lexical.erl:17: :elixir_lexical.run/3 (elixir) lib/code.ex:316: Code.require_file/2 ```