[FIR] Store abbreviated type in deserialized declarations as attribute
#KT-58542 Fixed
This commit is contained in:
committed by
Space Team
parent
8e72f60996
commit
5b4409e34c
-1
@@ -6,4 +6,3 @@ public final class Context : R|kotlin/Any| {
|
||||
}
|
||||
|
||||
public final typealias SuspendWithContext = R|suspend test/Context.() -> kotlin/Unit|
|
||||
|
||||
Vendored
+9
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user