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