Extract diagnostics about 'suspend test' to a separate one

^KT-59152
This commit is contained in:
Mikhail Zarechenskiy
2023-06-07 14:52:16 +02:00
committed by Space Team
parent 2dfdd8dcf6
commit 9cf40f8c2f
4 changed files with 5 additions and 3 deletions
@@ -14,8 +14,8 @@ import kotlin.test.Test
class A {
@Test
<!UNSUPPORTED!>suspend<!> fun test() {}
<!UNSUPPORTED_SUSPEND_TEST!>suspend<!> fun test() {}
}
@Test
<!UNSUPPORTED!>suspend<!> fun test() {}
<!UNSUPPORTED_SUSPEND_TEST!>suspend<!> fun test() {}