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

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

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