goog.module('jsfunction.TestCaptureOuterParametricClass');

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

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