35567d453b
^KT-62691
7 lines
167 B
Kotlin
Vendored
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 |