CLI: support -option=value syntax for non-advanced flags #KT-47640 Fixed

This commit is contained in:
Mikhail Glukhikh
2021-07-07 15:54:08 +03:00
committed by teamcityserver
parent d8417fd622
commit 5871f3d663
8 changed files with 16 additions and 23 deletions
@@ -1,3 +1,4 @@
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 {
^