[LL FIR] add lazy resolution tests on 'where' construction
^KT-62691
This commit is contained in:
committed by
Space Team
parent
f2a2c28ac9
commit
35567d453b
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
// LOOK_UP_FOR_ELEMENT_OF_TYPE: KtAnnotationEntry
|
||||
|
||||
@Target(AnnotationTarget.TYPE)
|
||||
annotation class Anno(val s: String)
|
||||
|
||||
interface One
|
||||
interface Two
|
||||
|
||||
val <T> T.foo where T : One, T : <expr>@Anno("str")</expr> Two get() = this
|
||||
Reference in New Issue
Block a user