goog.module('accidentaloverride.AnotherAccidentalOverride');

goog.require('accidentaloverride.Parent');
goog.require('accidentaloverride.SuperInterface');
goog.require('java.lang.AssertionError');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Casts');

const AnotherAccidentalOverride = goog.require('accidentaloverride.AnotherAccidentalOverride$impl');
exports = AnotherAccidentalOverride;
