Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
cli
/
jvm
/
severalAnnotations.kt
blob: dc7706a24db41c42efbe3c26f7e49131c2d79e27 [
file
]
import
test
.
A
fun bar
(
a
:
A
,
b
:
B
)
{
a
.
foo
(
null
)
a
.
bar
().
hashCode
()
b
.
foo
(
null
)
}