6 lines
79 B
Kotlin
Vendored
6 lines
79 B
Kotlin
Vendored
fun bar(a: A, b: B) {
|
|
a.foo(null)
|
|
a.bar().hashCode()
|
|
b.foo(null)
|
|
}
|