Disable NewInference for stdlib tests
There is one failing test namely `ValByMapExtensionsTest.doTest`, which is quite questionable because its checks the use of out projection and Exact annotation (see KT-18789)
This commit is contained in:
@@ -270,7 +270,8 @@ 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"
|
||||
"-Xuse-experimental=kotlin.ExperimentalUnsignedTypes",
|
||||
"-XXLanguage:-NewInference"
|
||||
)
|
||||
args = allArgs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user