[FIR] KTIJ-24156: Add test data
This commit is contained in:
committed by
Space Team
parent
af414cfb5e
commit
3a6e3290aa
+11
@@ -0,0 +1,11 @@
|
||||
KtTypeAliasSymbol:
|
||||
annotationsList: []
|
||||
classIdIfNonLocal: kotlin/DeepRecursiveFunctionBlock
|
||||
expandedType: kotlin/coroutines/SuspendFunction2<kotlin/DeepRecursiveScope<*, *>, kotlin/Any?, kotlin/Any?>
|
||||
name: DeepRecursiveFunctionBlock
|
||||
origin: LIBRARY
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Private
|
||||
getContainingModule: KtLibraryModule "Library kotlin-stdlib"
|
||||
deprecationStatus: null
|
||||
@@ -0,0 +1,4 @@
|
||||
// See: KTIJ-24156
|
||||
// DO_NOT_CHECK_SYMBOL_RESTORE_K1
|
||||
|
||||
// typealias: kotlin/DeepRecursiveFunctionBlock
|
||||
@@ -0,0 +1 @@
|
||||
private typealias DeepRecursiveFunctionBlock = suspend kotlin.DeepRecursiveScope<*, *>.(kotlin.Any?) -> kotlin.Any?
|
||||
@@ -0,0 +1,11 @@
|
||||
KtTypeAliasSymbol:
|
||||
annotationsList: []
|
||||
classIdIfNonLocal: kotlin/DeepRecursiveFunctionBlock
|
||||
expandedType: @ExtensionFunctionType kotlin/coroutines/SuspendFunction2<kotlin/DeepRecursiveScope<*, *>, kotlin/Any?, kotlin/Any?>
|
||||
name: DeepRecursiveFunctionBlock
|
||||
origin: LIBRARY
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Private
|
||||
getContainingModule: KtLibraryModule "Library kotlin-stdlib"
|
||||
deprecationStatus: null
|
||||
Reference in New Issue
Block a user