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

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

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