Migration to expect/actual: fix CLI tests

This commit is contained in:
Mikhail Glukhikh
2017-09-15 15:55:57 +03:00
committed by Stanislav Erokhin
parent a18e9436a1
commit c0dd97b40d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ where advanced options include:
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
-Xmulti-platform Enable experimental language support for multi-platform projects
-Xno-check-actual Do not check presence of 'impl' modifier in multi-platform projects
-Xno-check-actual Do not check presence of 'actual' modifier in multi-platform projects
-Xno-inline Disable method inlining
-Xplugin=<path> Load plugins from the given classpath
-Xrepeat=<count> Repeat compilation (for performance analysis)