[FIR] Report UNSUPPORTED_SUSPEND_TEST
^KT-60002 Fixed
This commit is contained in:
committed by
Space Team
parent
223e590dcd
commit
921db9f8d4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user