goog.module('simplebridgemethods.AnotherTask');

goog.require('java.lang.AssertionError');
goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');
goog.require('simplebridgemethods.Callable');
goog.require('simplebridgemethods.Superclass');
goog.require('vmbootstrap.Casts');

const AnotherTask = goog.require('simplebridgemethods.AnotherTask$impl');
exports = AnotherTask;
