Files
kotlin-fork/compiler/testData/cli/jvm/wrongXjsr305.args
T
Ilya Chernikov ec58929e39 Allow multiple same jsr305 options in the command-line
do not report duplicate jsr305 entries if options are the same
2018-07-10 08:43:51 +02:00

15 lines
310 B
Plaintext
Vendored

$TESTDATA_DIR$/simple.kt
-d
$TEMP_DIR$
-Xjsr305=enable
-Xjsr305=under-migration\:stct
-Xjsr305=@hello\:warning
-Xjsr305=@hello\:warn
-Xjsr305=@hello\:ignore
-Xjsr305=@hello\:warn
-Xjsr305=strict
-Xjsr305=ignore
-Xjsr305=under-migration\:ignore
-Xjsr305=under-migration\:strict
-Xjsr305=under-migration\:ignore