leo/tests/expectations/compiler/function/self_fail.out

6 lines
414 B
Plaintext
Raw Normal View History

2022-09-06 21:07:12 +03:00
---
namespace: Compile
expectation: Fail
outputs:
2022-10-04 00:57:14 +03:00
- "Error [ETYC0372043]: The allowed accesses to `self` are `self.caller`.\n --> compiler-test:4:17\n |\n 4 | return self.foo == addr;\n | ^^^\nError [ETYC0372003]: Expected type `address` but type `no type` was found\n --> compiler-test:4:12\n |\n 4 | return self.foo == addr;\n | ^^^^^^^^^^^^^^^^\n"