leo/tests/expectations/compiler/structs/struct_function_namespace_conflict_fail.out
2022-11-08 15:49:47 -08:00

6 lines
199 B
Plaintext

---
namespace: Compile
expectation: Fail
outputs:
- "Error [EAST0372007]: struct `Foo` shadowed by\n --> compiler-test:8:5\n |\n 8 | function Foo() {}\n | ^^^^^^^^^^^^^^^^^\n"