goog.module('overwrittentypevariables.MyFunction');

goog.require('nativebootstrap.Util');
goog.require('overwrittentypevariables.MyFunction.$LambdaAdaptor');

const MyFunction = goog.require('overwrittentypevariables.MyFunction$impl');
exports = MyFunction;
