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