Skip to content

Commit b9ff218

Browse files
authored
Fix NO_ACTUAL_CLASS_MEMBER_FOR_EXPECTED_CLASS compilation error #2 (#3851)
The compilation error appeared after KT-59665
1 parent c9d8857 commit b9ff218

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kotlinx-coroutines-core/js/test/TestBase.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ public actual typealias TestResult = Promise<Unit>
1515

1616
public actual val isNative = false
1717

18+
@Suppress("NO_ACTUAL_CLASS_MEMBER_FOR_EXPECTED_CLASS") // Counterpart for @Suppress("ACTUAL_FUNCTION_WITH_DEFAULT_ARGUMENTS")
1819
public actual open class TestBase actual constructor() {
1920
public actual val isBoundByJsTestTimeout = true
2021
private var actionIndex = 0

0 commit comments

Comments
 (0)