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

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

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