UNPKG

@powerlang/egg-js

Version:

A Smalltalk VM that runs on top of JavaScript

12 lines (7 loc) 211 B
import SInlinerOperation from './SInlinerOperation.js'; let SOpPopR = class extends SInlinerOperation { acceptVisitor_(visitor) { return visitor.visitOpPopR_(this); } } export default SOpPopR