Bend/tests/snapshots/compile_file__warn_and_err.bend.snap

14 lines
457 B
Plaintext
Raw Permalink 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 tests/golden_tests/compile_file/warn_and_err.bend :
In definition 'Foo':
Repeated bind in pattern matching rule: 'a'.
2024-03-11 19:19:03 +03:00
Errors:
In tests/golden_tests/compile_file/warn_and_err.bend :
In definition 'Main':
2024-03-11 19:19:03 +03:00
Unbound variable 'a'.