Files
kotlin-fork/compiler/testData/cli/jvm/wrongXjsr305.out
T
2017-10-03 16:44:02 +03:00

9 lines
492 B
Plaintext
Vendored

warning: option 'enable' for -Xjsr305 flag is deprecated. Please use 'strict' instead
error: unrecognized -Xjsr305 value: under-migration:stct
error: unrecognized -Xjsr305 value: @hello:warning
error: conflict duplicating -Xjsr305 value: @hello:warn, @hello:ignore
error: conflict duplicating -Xjsr305 value: strict, strict
error: conflict duplicating -Xjsr305 value: strict, ignore
error: conflict duplicating -Xjsr305 value: under-migration:ignore, under-migration:strict
COMPILATION_ERROR