[FIR] Store abbreviated type in deserialized declarations as attribute

#KT-58542 Fixed
This commit is contained in:
Kirill Rakhman
2023-08-22 18:38:39 +02:00
committed by Space Team
parent 8e72f60996
commit 5b4409e34c
34 changed files with 251 additions and 89 deletions
@@ -6,4 +6,3 @@ public final class Context : R|kotlin/Any| {
}
public final typealias SuspendWithContext = R|suspend test/Context.() -> kotlin/Unit|
@@ -0,0 +1,9 @@
public final fun foo(f: R|@ExtensionFunctionType {@ExtensionFunctionType kotlin/coroutines/SuspendFunction1<test/Context, kotlin/Unit>=} suspend test/Context.() -> kotlin/Unit|): R|kotlin/Unit|
public final class Context : R|kotlin/Any| {
public constructor(): R|test/Context|
}
public final typealias SuspendWithContext = R|suspend test/Context.() -> kotlin/Unit|