goog.module('jsfunction.Main.TestCaptureOuterParametricClass');

goog.require('java.lang.Object');
goog.require('java.util.ArrayList');
goog.require('nativebootstrap.Util');

const TestCaptureOuterParametricClass = goog.require('jsfunction.Main.TestCaptureOuterParametricClass$impl');
exports = TestCaptureOuterParametricClass;
