Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
compileKotlinAgainstCustomBinaries
/
missingDependencyNestedAnnotation
/
library
/
b.kt
blob: f006d4734f6d3e1e2f576fd4f38197d749edf691 [
file
]
package
b
import
a
.*
@A
.
Anno
(
"B"
)
interface
B
{
@A
.
Anno
(
"foo"
)
@K
(
A
.
Anno
::
class
)
fun
<
@A
.
Anno
(
"T"
)
T
>
foo
(
t
:
T
)
=
t
}