You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public class UniBinOp extends UniExpr {
@Order(value=1) public UniExpr left;
@Order(value=2) public String operator;
@Order(value=3) public UniExpr right;
}
#19 参照。
でビルドできるようにしたい。
The text was updated successfully, but these errors were encountered: