Bend/tests/snapshots/compile_file__warn_and_err.bend.snap

12 lines
307 B
Plaintext
Raw Normal View History

2024-03-11 19:19:03 +03:00
---
source: tests/golden_tests.rs
input_file: tests/golden_tests/compile_file/warn_and_err.bend
2024-03-11 19:19:03 +03:00
---
Warnings:
In definition 'Foo':
Repeated bind in pattern matching rule: 'a'.
2024-03-11 19:19:03 +03:00
Errors:
In definition 'Main':
2024-03-11 19:19:03 +03:00
Unbound variable 'a'.