Files
kotlin-fork/compiler/testData/cli/js/suppressAllWarningsJS.args
T
Alexander Udalov 97e57e3e3d CLI: change "-suppress warnings" option to "-nowarn"
Following the rule of the least surprise: this option is named "-nowarn" in
other JVM language compilers. Besides, having an option with an argument which
can take exactly one predefined value is sort of confusing
2014-08-13 11:10:40 +04:00

5 lines
64 B
Plaintext

$TESTDATA_DIR$/../warnings.kt
-nowarn
-output
$TEMP_DIR$/out.js