Files
kotlin-fork/libraries/stdlib/js
Nikita Bobko 14029b0ebc [STDLIB] 1/2 Drop AllowDifferentMembersInActual from stdlib
^KT-62656 Fixed

I blindly converted all `@AllowDifferentMembersInActual` to suppresses.
But some suppresses in stdlib are redundant. I'm too lazy properly
annotate only the necessary places. All these suppresses will go away
after the bootstrap update anyway

I drop allowDifferentMembersInActual_class and
allowDifferentMembersInActual_typealias tests because their only purpose
was to check that `@AllowDifferentMembersInActual` works as expected

Note: some tests are failing in the compiler because of that. I will fix
them in the next commit
2023-10-20 14:37:09 +00:00
..

Kotlin Standard Library for JS

This directory contains Kotlin/JS specific sources of Kotlin standard library that are used together common sources to produce the kotlin-stdlib-js artifact.

Additional sources are copied during the build from /core/builtins/ except those builtins that have a more specific version for K/JS (see builtins subdirectory).