blob: 82c4f144e31914f9ec451cdbe54193d40dd5be04 [file]
// LOOK_UP_FOR_ELEMENT_OF_TYPE: KtAnnotationEntry
@Target(AnnotationTarget.TYPE)
annotation class Anno(val s: String)
interface One
interface Two
fun <T> foo(t: T) where T : One, T : <expr>@Anno("str")</expr> Two = t