goog.module('bridgemethods.AccidentalOverride');

goog.require('bridgemethods.A');
goog.require('bridgemethods.SpecializedInterface');
goog.require('java.lang.String');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Casts');

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