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

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

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