(function (_, kotlin_kotlin) { 'use strict'; //region block: imports var protoOf = kotlin_kotlin.$_$.lg; var interfaceMeta = kotlin_kotlin.$_$.kf; var setMetadataFor = kotlin_kotlin.$_$.mg; var classMeta = kotlin_kotlin.$_$.te; var VOID = kotlin_kotlin.$_$.h; //endregion //region block: pre-declaration setMetadataFor(StateRunner, 'StateRunner', interfaceMeta); setMetadataFor(BackgroundStateRunner, 'BackgroundStateRunner', classMeta, VOID, [StateRunner], BackgroundStateRunner); //endregion function get_defaultStateRunner() { _init_properties_IsoState_kt__9sa4es(); return defaultStateRunner; } var defaultStateRunner; var properties_initialized_IsoState_kt_zbnlma; function _init_properties_IsoState_kt__9sa4es() { if (!properties_initialized_IsoState_kt_zbnlma) { properties_initialized_IsoState_kt_zbnlma = true; defaultStateRunner = new BackgroundStateRunner(); } } function StateRunner() { } function BackgroundStateRunner() { } protoOf(BackgroundStateRunner).stateRun_u56k9o_k$ = function (block) { return block(); }; protoOf(BackgroundStateRunner).stop_pnug4y_k$ = function () { }; return _; }(module.exports, require('./kotlin-kotlin-stdlib.js'))); //# sourceMappingURL=Stately-stately-isolate.js.map