[LL FIR] add lazy resolution tests on 'where' construction
^KT-62691
This commit is contained in:
committed by
Space Team
parent
f2a2c28ac9
commit
35567d453b
@@ -0,0 +1,4 @@
|
||||
interface One
|
||||
interface Two
|
||||
|
||||
fun <T> fo<caret>o(t: T) where T : One, T : Two = t
|
||||
Reference in New Issue
Block a user