[Stubs] Fix contract deserialization for non-JVM stubs

Types serialized via type table weren't deserialized, which led to
missing contract information in stubs.

KTIJ-28668
This commit is contained in:
Pavel Kirpichenkov
2024-02-21 20:01:36 +02:00
committed by Space Team
parent 9373437cad
commit bfb1ef14f5
2 changed files with 5 additions and 5 deletions
@@ -1,5 +1,3 @@
/* KTIJ-28668 */
// KNM_K2_IGNORE
// JVM_FILE_NAME: ContractsKt
@file:OptIn(ExperimentalContracts::class)