Files
kotlin/compiler/testData/cli/jvm/wrongArgument.out
Alexander Udalov ce6676baa8 Do not print usage if wrong argument is passed, do not exit with INTERNAL_ERROR
This is a normal situation, not an internal error of the compiler, so
return COMPILATION_ERROR instead
2017-04-14 20:07:54 +03:00

3 lines
95 B
Plaintext
Vendored

error: invalid argument: -wrong-argument
info: use -help for more information
COMPILATION_ERROR