Bend/tests/snapshots/parse_file__repeated_adt_name.bend.snap

11 lines
322 B
Plaintext
Raw Permalink Normal View History

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/parse_file/repeated_adt_name.bend
---
Errors:
In tests/golden_tests/parse_file/repeated_adt_name.bend :
Redefinition of type 'Foo'.
 2 | type Foo = B
2024-05-14 15:33:16 +03:00
 3 | 
 4 | main = *