978d52d05b
This commit allows to distinguish static VS non-static things inside FIR_DUMP, e.g. static synthetic Enum.entries with enum entry Enum.entries
20 lines
905 B
Plaintext
Vendored
20 lines
905 B
Plaintext
Vendored
FILE: use.kt
|
|
public final class BeforeRunTask<T> : R|kotlin/Any| {
|
|
public constructor<T>(): R|BeforeRunTask<T>| {
|
|
super<R|kotlin/Any|>()
|
|
}
|
|
|
|
}
|
|
public abstract interface PersistentStateComponent<T> : R|kotlin/Any| {
|
|
}
|
|
public final fun <T> deserializeAndLoadState(component: R|PersistentStateComponent<T>|, clazz: R|java/lang/Class<T>| = Q|ComponentSerializationUtil|.R|/ComponentSerializationUtil.getStateClass*s|<R|ft<T & Any, T?>|>(<getClass>(R|<local>/component|).R|kotlin/jvm/java|<R|CapturedType(out PersistentStateComponent<T>)|>)): R|kotlin/Unit| {
|
|
}
|
|
public final fun use(beforeRunTask: R|BeforeRunTask<*>|): R|kotlin/Unit| {
|
|
when () {
|
|
(R|<local>/beforeRunTask| is R|PersistentStateComponent<*>|) -> {
|
|
R|/deserializeAndLoadState|<R|CapturedType(*)|>(R|<local>/beforeRunTask|)
|
|
}
|
|
}
|
|
|
|
}
|