FIR: fix calculation of type arguments for bare types

This commit is contained in:
Mikhail Glukhikh
2020-09-21 14:43:24 +03:00
parent 3c3aa3210e
commit 14cfc62745
2 changed files with 18 additions and 10 deletions
@@ -3,6 +3,6 @@
// SKIP_TXT
fun test() {
suspend {} is SuspendFunction0<*>
suspend {} is <!UNRESOLVED_REFERENCE!>SuspendFunction0<*><!>
suspend {} is kotlin.coroutines.SuspendFunction0<*>
}