goog.module('bridgemethods.BridgeMethodShadowedSignature.B');

goog.require('bridgemethods.BridgeMethodShadowedSignature.I');
goog.require('java.lang.Object');
goog.require('java.util.function.Consumer');
goog.require('nativebootstrap.Util');

const B = goog.require('bridgemethods.BridgeMethodShadowedSignature.B$impl');
exports = B;
