goog.module('jsasync.Main.InterfaceWithAsyncDefaultMethod');

goog.require('java.lang.Integer');
goog.require('jsasync.Main.IThenable.$Overlay');
goog.require('jsasync.Main.Promise.$Overlay');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Casts');

const InterfaceWithAsyncDefaultMethod = goog.require('jsasync.Main.InterfaceWithAsyncDefaultMethod$impl');
exports = InterfaceWithAsyncDefaultMethod;
