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