Files
2023-10-19 16:24:32 +00:00

7 lines
167 B
Kotlin
Vendored

@Target(AnnotationTarget.TYPE)
annotation class Anno(val s: String)
interface One
interface Two
val <T> T.fo<caret>o where T : One, T : @Anno("str") Two get() = this