goog.module('nestedlocalclasses.NestedLocalClasses.InterfaceWithThisReference');

goog.require('nativebootstrap.Util');
goog.require('nestedlocalclasses.NestedLocalClasses.InterfaceWithThisReference.$1');

const InterfaceWithThisReference = goog.require('nestedlocalclasses.NestedLocalClasses.InterfaceWithThisReference$impl');
exports = InterfaceWithThisReference;
