14029b0ebc
^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
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).