Files
kotlin-fork/compiler/testData/cli/jvm/jsr305Usage.kt
T
2017-09-14 18:05:32 +03:00

4 lines
34 B
Kotlin
Vendored

fun bar(a: A) {
a.foo(null)
}