blob: bc8c4671d3ecc61d1eea16643b018d8d0fbbb6a2 [file] [log] [blame]
fun test(annotated: Annotated) {
annotated.foo(null)
annotated.bar(null)
annotated.nullable().length
}