We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d12eb45 commit 445f583Copy full SHA for 445f583
kotlinx-coroutines-core/common/test/channels/ConsumeTest.kt
@@ -96,7 +96,7 @@ class ConsumeTest: TestBase() {
96
97
/** Check that [BroadcastChannel.consume] does not suffer from KT-58685 */
98
@OptIn(ObsoleteCoroutinesApi::class)
99
- @Suppress("DEPRECATION")
+ @Suppress("DEPRECATION", "DEPRECATION_ERROR")
100
@Test
101
fun testBroadcastChannelConsumeJsMiscompilation() = runTest {
102
val channel = BroadcastChannel<Int>(1)
0 commit comments