Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
compileKotlinAgainstCustomBinaries
/
missingDependencyNestedAnnotation
/
library
/
b.kt
blob: fdac61bc93dafc4a1a7f55ef8dff9bff0ad551f1 [
file
] [
log
] [
blame
]
package
b
import
a
.
A
@A
.
Anno
(
"B"
)
interface
B
{
@A
.
Anno
(
"foo"
)
fun
<
@A
.
Anno
(
"T"
)
T
>
foo
(
t
:
T
)
=
t
}