goog.module('typewildcards.TypeWildCards.Foo');

goog.require('nativebootstrap.Util');
goog.require('typewildcards.GenericType');
goog.require('typewildcards.TypeWildCards');

const Foo = goog.require('typewildcards.TypeWildCards.Foo$impl');
exports = Foo;
