Files
kotlin-fork/compiler/testData/cli/jvm/jspecifyUsage.kt
T
2020-10-08 14:00:10 +03:00

5 lines
57 B
Kotlin
Vendored

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