5 lines
57 B
Kotlin
Vendored
5 lines
57 B
Kotlin
Vendored
fun bar(a: A) {
|
|
a.foo(null)
|
|
a.bar().hashCode()
|
|
}
|