Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
compileKotlinAgainstCustomBinaries
/
missingDependencyNestedAnnotationIr
/
library
/
b.kt
blob: f006d4734f6d3e1e2f576fd4f38197d749edf691 [
file
] [
log
] [
blame
]
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
}