360d236b7e
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
14 lines
345 B
Plaintext
Vendored
14 lines
345 B
Plaintext
Vendored
$TESTDATA_DIR$/firMppWithKlib/common.kt
|
|
$TESTDATA_DIR$/firMppWithKlib/platform.kt
|
|
-Xcommon-sources=$TESTDATA_DIR$/firMppWithKlib/common.kt
|
|
-language-version
|
|
2.0
|
|
-ir-output-dir
|
|
$TEMP_DIR$
|
|
-ir-output-name
|
|
firMppWithKlib
|
|
-XXLanguage\:+MultiPlatformProjects
|
|
-Xir-produce-klib-file=true
|
|
-libraries
|
|
libraries/stdlib/js-ir/build/classes/kotlin/js/main
|