Files
kotlin-fork/compiler/testData/cli/jvm/jsr305Migration.kt
T
2017-10-03 16:44:02 +03:00

4 lines
82 B
Kotlin
Vendored

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