[Analysis API FE10] fix suspend function type mapping

This commit is contained in:
Ilya Kirillov
2022-08-05 16:23:43 +02:00
parent 4d5f1dc1bb
commit f39f1da70d
4 changed files with 14 additions and 7 deletions
@@ -0,0 +1,2 @@
KtType: suspend (kotlin.Int) -> kotlin.Unit
PsiType: PsiType:Function2<? super Integer, ? super Continuation<? super Unit>, ? extends Object>