Commend -Xopt-in deprecation warning (due to bootstrap problems)

This commit is contained in:
Mikhail Glukhikh
2021-07-08 14:09:54 +03:00
committed by teamcityserver
parent a92ab1bc86
commit a997a98054
3 changed files with 4 additions and 5 deletions
@@ -1,6 +1,5 @@
warning: '-Xexperimental' is deprecated and will be removed in a future release
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.Warning2 is deprecated. Warning2
warning: opt-in requirement marker org.test.Warning1 is deprecated. Warning1
OK
@@ -1,4 +1,3 @@
warning: '-Xopt-in' is deprecated and will be removed in a future release, please use -opt-in instead
compiler/testData/cli/jvm/unrestrictedBuilderInference.kt:3:9: warning: variable 'x' is never used
val x = buildMap {
^