Add fallback flag for legacy var smart casts after try #KT-21377 Fixed

This commit is contained in:
Mikhail Glukhikh
2017-11-22 14:59:22 +03:00
parent 8b6e63dc18
commit 078c27efa3
8 changed files with 35 additions and 0 deletions
+1
View File
@@ -34,6 +34,7 @@ where advanced options include:
-Xcoroutines={enable|warn|error}
Enable coroutines or report warnings or errors on declarations and use sites of 'suspend' modifier
-Xintellij-plugin-root=<path> Path to the kotlin-compiler.jar or directory where IntelliJ configuration files can be found
-Xlegacy-smart-cast-after-try Allow var smart casts despite assignment in try block
-Xmulti-platform Enable experimental language support for multi-platform projects
-Xnew-inference Enable new experimental generic type inference algorithm
-Xno-check-actual Do not check presence of 'actual' modifier in multi-platform projects