(self)
| 2656 | class MediumLevelILCall(MediumLevelILCallBase, Localcall): |
| 2657 | @property |
| 2658 | def output(self) -> List[variable.Variable]: |
| 2659 | return self._get_var_list(0, 1) |
| 2660 | |
| 2661 | @property |
| 2662 | def dest(self) -> MediumLevelILInstruction: |
nothing calls this directly
no test coverage detected