[minor] Change expression evaluation cli argument to -Xexpression

This commit is contained in:
Ilya Chernikov
2019-12-11 12:10:56 +01:00
parent ba056bf78c
commit 354be2b14f
5 changed files with 4 additions and 4 deletions
@@ -50,7 +50,7 @@ class ScriptingWithCliCompilerTest {
fun testExpression() {
runWithK2JVMCompiler(
arrayOf(
"-expression",
"-Xexpression",
"val x = 7; println(x * 6); for (arg in args) println(arg)",
"--",
"hi",