[FIR JS] KT-57601: Get rid of the builtin provider

In this example we get 2 variants of `kotlin/toString()`:
one coming from the KLib provider, and the
other coming from the builtins provider.
These are identical deserialized functions.

^KT-57601 Fixed
This commit is contained in:
Nikolay Lunyak
2023-04-10 15:48:21 +03:00
committed by Space Team
parent 2a391f7330
commit 360d236b7e
11 changed files with 19 additions and 8 deletions
@@ -43,10 +43,12 @@ sourceSets {
projectTest(parallel = true) {
workingDir = rootDir
dependsOn(":kotlin-stdlib-js-ir:packFullRuntimeKLib")
useJsIrBoxTests(version = version, buildDir = "$buildDir/")
}
projectTest("testJvmICWithJdk11", parallel = true) {
workingDir = rootDir
useJsIrBoxTests(version = version, buildDir = "$buildDir/")
filter {
includeTestsMatching("org.jetbrains.kotlin.incremental.IncrementalJvmCompilerRunnerTestGenerated*")
}