Add CLI test on new jsr305 flag values
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun test(annotated: DefaultAnnotated) {
|
||||
annotated.foo(null)
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
fun test(annotated: DefaultAnnotated) {
|
||||
annotated.foo(null)
|
||||
}
|
||||