goog.module('suspendfunction.GenericSuspendFunInterface');

goog.require('kotlin.coroutines.Continuation');
goog.require('nativebootstrap.Util');
goog.require('suspendfunction.GenericSuspendFunInterface.$LambdaAdaptor');

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