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

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

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