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