Add CLI test on new jsr305 flag values

This commit is contained in:
e5l
2017-09-19 17:51:23 +06:00
committed by Leonid Stashevsky
parent 1e157d6480
commit cbaf38f793
24 changed files with 195 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
compiler/testData/cli/jvm/jsr305DefaultMigration.kt:2:19: error: null can not be a value of a non-null type String
annotated.foo(null)
^
COMPILATION_ERROR