goog.module('jsmethod.JsMethodExample.Sub');

goog.require('java.lang.String');
goog.require('jsmethod.JsMethodExample.Base');
goog.require('jsmethod.JsMethodExample.I');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Casts');

const Sub = goog.require('jsmethod.JsMethodExample.Sub$impl');
exports = Sub;
