goog.module('suspendfunction.IConflict');

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

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