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