[FIR] do not fail when Continuation classes not found in classpath
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
// NO_RUNTIME
|
||||
fun foo(<caret>p :suspend (Int) -> Unit) {}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
KtType: suspend (kotlin.Int) -> kotlin.Unit
|
||||
PsiType: PsiType:Function2<? super Integer, ? super NonExistentClass, ? extends Object>
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
// WITH_STDLIB
|
||||
fun foo(<caret>p :suspend (Int) -> Unit) {}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
KtType: suspend (kotlin.Int) -> kotlin.Unit
|
||||
PsiType: PsiType:Function2<? super Integer, ? super Continuation<? super Unit>, ? extends Object>
|
||||
Reference in New Issue
Block a user