[LL FIR] add lazy resolution tests on 'where' construction

^KT-62691
This commit is contained in:
Dmitrii Gridin
2023-10-18 19:03:58 +02:00
committed by Space Team
parent f2a2c28ac9
commit 35567d453b
20 changed files with 936 additions and 0 deletions
@@ -0,0 +1,4 @@
interface One
interface Two
fun <T> fo<caret>o(t: T) where T : One, T : Two = t