FILE: use.kt public final class BeforeRunTask : R|kotlin/Any| { public constructor(): R|BeforeRunTask| { super() } } public abstract interface PersistentStateComponent : R|kotlin/Any| { } public final fun deserializeAndLoadState(component: R|PersistentStateComponent|, clazz: R|java/lang/Class| = Q|ComponentSerializationUtil|.R|/ComponentSerializationUtil.getStateClass*s|((R|/component|).R|kotlin/jvm/java|)|>)): R|kotlin/Unit| { } public final fun use(beforeRunTask: R|BeforeRunTask<*>|): R|kotlin/Unit| { when () { (R|/beforeRunTask| is R|PersistentStateComponent<*>|) -> { R|/deserializeAndLoadState|(R|/beforeRunTask|) } } }