Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
analysis
/
low-level-api-fir
/
testData
/
lazyResolve
/
annotationInsideWhereFunction.kt
blob: 95572d9a5c3d86b8d3237e84b572c4c567b34b37 [
file
]
@Target
(
AnnotationTarget
.
TYPE
)
annotation
class
Anno
(
val s
:
String
)
interface
One
interface
Two
fun
<
T
>
f
<caret>
oo
(
t
:
T
)
where
T
:
One
,
T
:
@Anno
(
"str"
)
Two
=
t