Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
cli
/
jvm
/
jsr305Migration.kt
blob: bc8c4671d3ecc61d1eea16643b018d8d0fbbb6a2 [
file
]
fun test
(
annotated
:
Annotated
)
{
annotated
.
foo
(
null
)
annotated
.
bar
(
null
)
annotated
.
nullable
().
length
}