Files
kotlin/compiler/testData/cli/jvm/nonExistingClassPathAndAnnotationsPath.args
Alexander Udalov 19b80f57cf Support "-d" option in kotlinc-jvm
The intent is to unify "-output" and "-jar" options into the one "-d"
(destination)
2014-07-23 21:24:40 +04:00

8 lines
111 B
Plaintext

$TESTDATA_DIR$/simple.kt
-classpath
not/existing/path
-annotations
yet/another/not/existing/path
-d
$TEMP_DIR$