Skip to content

Commit 2d64ba1

Browse files
authored
Kotlin 1.9.20 migration: Fix NO_ACTUAL_CLASS_MEMBER_FOR_EXPECTED_CLASS compilation error (#3870)
The compilation error appeared after KT-59665
1 parent aa6b74e commit 2d64ba1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kotlinx-coroutines-core/native/test/ConcurrentTestUtilities.kt

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ private object BlackHole {
2525
var sink = 1
2626
}
2727

28+
@Suppress("NO_ACTUAL_CLASS_MEMBER_FOR_EXPECTED_CLASS")
2829
internal actual typealias SuppressSupportingThrowable = SuppressSupportingThrowableImpl
2930

3031
actual val Throwable.suppressed: Array<Throwable>

0 commit comments

Comments
 (0)