Revert "Disable NewInference for stdlib tests"

This reverts commit cdf5323f8c.
This commit is contained in:
Mikhail Zarechenskiy
2020-02-17 03:17:25 +03:00
parent 18b218bfa8
commit 155b716e7e
7 changed files with 7 additions and 14 deletions
+1 -2
View File
@@ -270,8 +270,7 @@ fun JavaExec.buildJs(sources: List<String>, dependencies: List<String>, outPath:
"-Xuse-experimental=kotlin.contracts.ExperimentalContracts",
"-Xuse-experimental=kotlin.ExperimentalMultiplatform",
"-Xuse-experimental=kotlin.ExperimentalStdlibApi",
"-Xuse-experimental=kotlin.ExperimentalUnsignedTypes",
"-XXLanguage:-NewInference"
"-Xuse-experimental=kotlin.ExperimentalUnsignedTypes"
)
args = allArgs