goog.module('jsoptional.Main.AFunction');

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

const AFunction = goog.require('jsoptional.Main.AFunction$impl');
exports = AFunction;
