You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kotlinx-coroutines-core/jvm/test/TestBase.kt
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,6 @@ public actual typealias TestResult = Unit
55
55
* ```
56
56
*/
57
57
@Suppress(
58
-
// Counterpart for @Suppress("ACTUAL_FUNCTION_WITH_DEFAULT_ARGUMENTS")
59
-
"NO_ACTUAL_CLASS_MEMBER_FOR_EXPECTED_CLASS",
60
58
// fixme replace the suppress with AllowDifferentMembersInActual once stdlib is updated to 1.9.20 https://github.com/Kotlin/kotlinx.coroutines/issues/3846
0 commit comments