We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4ddb92 commit db57e08Copy full SHA for db57e08
kotlinx-coroutines-core/jvm/test/TestBase.kt
@@ -54,6 +54,7 @@ public actual typealias TestResult = Unit
54
* }
55
* ```
56
*/
57
+@Suppress("NO_ACTUAL_CLASS_MEMBER_FOR_EXPECTED_CLASS") // Counterpart for @Suppress("ACTUAL_FUNCTION_WITH_DEFAULT_ARGUMENTS")
58
public actual open class TestBase(private var disableOutCheck: Boolean) {
59
60
actual constructor(): this(false)
0 commit comments