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

goog.require('nativebootstrap.Util');
goog.require('typewildcards.TypeWildCards.RecursiveInterface.$LambdaAdaptor');

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