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 c9d8857 commit b9ff218Copy full SHA for b9ff218
kotlinx-coroutines-core/js/test/TestBase.kt
@@ -15,6 +15,7 @@ public actual typealias TestResult = Promise<Unit>
15
16
public actual val isNative = false
17
18
+@Suppress("NO_ACTUAL_CLASS_MEMBER_FOR_EXPECTED_CLASS") // Counterpart for @Suppress("ACTUAL_FUNCTION_WITH_DEFAULT_ARGUMENTS")
19
public actual open class TestBase actual constructor() {
20
public actual val isBoundByJsTestTimeout = true
21
private var actionIndex = 0
0 commit comments