FIR: fix calculation of type arguments for bare types
This commit is contained in:
+1
-1
@@ -3,6 +3,6 @@
|
||||
// SKIP_TXT
|
||||
|
||||
fun test() {
|
||||
suspend {} is SuspendFunction0<*>
|
||||
suspend {} is <!UNRESOLVED_REFERENCE!>SuspendFunction0<*><!>
|
||||
suspend {} is kotlin.coroutines.SuspendFunction0<*>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user