[FIR] Report UNSUPPORTED_SUSPEND_TEST

^KT-60002 Fixed
This commit is contained in:
Nikolay Lunyak
2023-08-07 11:43:53 +03:00
committed by Space Team
parent 223e590dcd
commit 921db9f8d4
11 changed files with 69 additions and 21 deletions
@@ -1,21 +0,0 @@
// ALLOW_KOTLIN_PACKAGE
// SKIP_TXT
// FILE: test.kt
package kotlin.test
annotation class IrrelevantClass
public typealias Test = IrrelevantClass
// FILE: main.kt
import kotlin.test.Test
class A {
@Test
suspend fun test() {}
}
@Test
suspend fun test() {}
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
// ALLOW_KOTLIN_PACKAGE
// SKIP_TXT
// FILE: test.kt