Files
kotlin-fork/compiler/testData/cli/jvm/severalAnnotations.kt
T
2021-07-06 09:54:30 +03:00

6 lines
79 B
Kotlin
Vendored

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