pretty-fail.hxml.stderr 207 B

12345678910
  1. [ERROR] Foo.hx:2: characters 1-18
  2. 2 | typedef A = Float;
  3. | ^^^^^^^^^^^^^^^^^
  4. | Name A is already defined in this module
  5. 1 | typedef A = Int;
  6. | ^
  7. | Previous declaration here