Skip to content

Commit af49933

Browse files
committed
JS. Update JsAnyMarker implementation (#2449)
1 parent c786be7 commit af49933

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
@file:Suppress(
2-
"EXPECTED_EXTERNAL_DECLARATION",
2+
"EXTERNAL_TYPE_EXTENDS_NON_EXTERNAL_TYPE",
33
)
44

55
package js.core
66

7-
expect external interface JsAnyMarker
7+
external interface JsAnyMarker :
8+
JsAny

kotlin-js-core/src/jsMain/kotlin/js/core/JsAnyMarker.kt

-3
This file was deleted.

kotlin-js-core/src/wasmJsMain/kotlin/js/core/JsAnyMarker.kt

-3
This file was deleted.

0 commit comments

Comments
 (0)