@Target(AnnotationTarget.TYPE) annotation class Anno(val s: String) interface One interface Two fun foo(t: T) where T : One, T : @Anno("str") Two = t