CLI: use "--" to separate free arguments from compiler options

#KT-9370 Fixed
This commit is contained in:
Alexander Udalov
2017-04-10 12:53:09 +03:00
parent baef649fe4
commit 8aba862e97
6 changed files with 36 additions and 13 deletions
@@ -0,0 +1,3 @@
for (arg in args) {
println(arg)
}