goog.module('bridgemethods.BridgeMethodDefault.A');

goog.require('bridgemethods.BridgeMethodDefault.II');
goog.require('java.lang.Object');
goog.require('java.lang.String');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Casts');

const A = goog.require('bridgemethods.BridgeMethodDefault.A$impl');
exports = A;
