Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
cli
/
jvm
/
XjspecifyAnnotation
/
jspecifyUsage.kt
blob: 9ceaf332b8b0f32122be28db2a194acaaef1faa6 [
file
]
import
test
.
A
fun bar
(
a
:
A
)
{
a
.
foo
(
null
)
a
.
bar
().
length
}