Files
kotlin-fork/compiler/testData/cli/jvm/extraArgumentPassedInObsoleteForm.out
T
Alexander Udalov f4b6db4dc0 Change format of -X arguments to require value after '='
Report a warning when an argument is passed in the old form (with the
whitespace)

 #KT-17264 Fixed
2017-04-14 20:07:54 +03:00

3 lines
129 B
Plaintext
Vendored

warning: advanced option value is passed in an obsolete form. Please use the '=' character to specify the value: -Xplugin=...
OK