goog.module('suspendfunction.SuspendFunction');

goog.require('java.lang.Integer');
goog.require('java.lang.Object');
goog.require('java.lang.String');
goog.require('kotlin.Unit');
goog.require('kotlin.coroutines.Continuation');
goog.require('kotlin.internal.j2cl.SuspendFunction1');
goog.require('nativebootstrap.Util');
goog.require('suspendfunction.GenericSuspendFunInterface');
goog.require('suspendfunction.SuspendFunInterface');
goog.require('suspendfunction.SuspendFunctionKt');
goog.require('vmbootstrap.Casts');

const SuspendFunction = goog.require('suspendfunction.SuspendFunction$impl');
exports = SuspendFunction;
