goog.module('suspendfunction.Child');

goog.require('kotlin.coroutines.Continuation');
goog.require('nativebootstrap.Util');
goog.require('suspendfunction.SuspendFunction');

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