goog.module('supercallnondefault.Child');

goog.require('nativebootstrap.Util');
goog.require('supercallnondefault.Parent');

const Child = goog.require('supercallnondefault.Child$impl');
exports = Child;
