goog.module('qualifiedsupercall.Parent');

goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');

const Parent = goog.require('qualifiedsupercall.Parent$impl');
exports = Parent;
