goog.module('bridgejsmethod.Main.F');

goog.require('bridgejsmethod.Main.A');
goog.require('bridgejsmethod.Main.I');
goog.require('java.lang.Integer');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Casts');

const F = goog.require('bridgejsmethod.Main.F$impl');
exports = F;
