/ tests / tests / compiler / function / self_fail.adl
self_fail.adl
1  
2  program test.alpha {
3      transition matches(addr: address) -> bool {
4          return self.foo == addr;
5      }
6  }