(self)
| 2819 | class MediumLevelILTailcall(MediumLevelILCallBase, Tailcall): |
| 2820 | @property |
| 2821 | def output(self) -> List[variable.Variable]: |
| 2822 | return self._get_var_list(0, 1) |
| 2823 | |
| 2824 | @property |
| 2825 | def dest(self) -> MediumLevelILInstruction: |
nothing calls this directly
no test coverage detected