goog.module('simplebridgemethods.AnotherSubclass');

goog.require('java.lang.AssertionError');
goog.require('nativebootstrap.Util');
goog.require('simplebridgemethods.Superclass');

const AnotherSubclass = goog.require('simplebridgemethods.AnotherSubclass$impl');
exports = AnotherSubclass;
