We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12ae43 commit 83f743bCopy full SHA for 83f743b
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