Extract diagnostics about 'suspend test' to a separate one
^KT-59152
This commit is contained in:
committed by
Space Team
parent
2dfdd8dcf6
commit
9cf40f8c2f
@@ -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() {}
|
||||
|
||||
Reference in New Issue
Block a user