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

3 lines
65 B
Kotlin
Vendored

fun test(annotated: DefaultAnnotated) {
annotated.foo(null)
}