Bend/tests/snapshots/parse_file__redefinition_ctr_with_fun.bend.snap

11 lines
329 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/parse_file/redefinition_ctr_with_fun.bend
---
Errors:
In tests/golden_tests/parse_file/redefinition_ctr_with_fun.bend :
Redefinition of builtin (constructor) 'String/Cons'.
 1 | def String/Cons(x):
 2 |  return x