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
@@ -53,8 +53,7 @@ compileTestKotlinCommon {
freeCompilerArgs += [
"-Xuse-experimental=kotlin.Experimental",
"-Xuse-experimental=kotlin.ExperimentalUnsignedTypes",
"-Xuse-experimental=kotlin.ExperimentalStdlibApi",
"-XXLanguage:-NewInference"
"-Xuse-experimental=kotlin.ExperimentalStdlibApi"
]
}
}