Files
2018-07-13 17:51:21 +03:00

6 lines
115 B
Kotlin
Vendored

fun test(annotated: Annotated) {
annotated.foo(null)
annotated.bar(null)
annotated.nullable().length
}