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