goog.module('localclassinheritance.LocalClassInheritance');

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

const LocalClassInheritance = goog.require('localclassinheritance.LocalClassInheritance$impl');
exports = LocalClassInheritance;
