goog.module('suspendfunction.Conflict');

goog.require('java.lang.Object');
goog.require('kotlin.coroutines.Continuation');
goog.require('nativebootstrap.Util');
goog.require('suspendfunction.IConflict');

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