Uncomment warning about -Xopt-in deprecation

This commit is contained in:
Mikhail Glukhikh
2021-10-21 12:55:11 +03:00
committed by TeamCityServer
parent 1fe7a1ebb3
commit 37b95972db
4 changed files with 6 additions and 6 deletions
@@ -1,3 +1,4 @@
warning: '-Xuse-experimental' is deprecated and will be removed in a future release, please use -opt-in instead
warning: '-Xopt-in' is deprecated and will be removed in a future release, please use -opt-in instead
warning: opt-in requirement marker org.test.Warning is deprecated. Warning
OK
@@ -2,4 +2,4 @@ $TESTDATA_DIR$/unrestrictedBuilderInference.kt
-d
$TEMP_DIR$
-Xunrestricted-builder-inference
-Xopt-in=kotlin.RequiresOptIn
-opt-in=kotlin.RequiresOptIn