Files
kotlin-fork/compiler/testData/cli/jvm/jsr305Migration.kt
T
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
}