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

goog.require('bridgejsmethod.Main');
goog.require('bridgejsmethod.Main.Parent');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Casts');

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