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
+3
View File
@@ -0,0 +1,3 @@
fun test(annotated: DefaultAnnotated) {
annotated.foo(null)
}