FIR: Implement captured type substitution
This commit is contained in:
committed by
teamcity
parent
476a7727da
commit
61ea65906c
+1
-1
@@ -82,7 +82,7 @@ fun testCapturedVariable() {
|
||||
|
||||
c2
|
||||
|
||||
val c3 = select(SubInv<Number>(), createInvIn())
|
||||
val c3 = <!NEW_INFERENCE_ERROR!>select(SubInv<Number>(), createInvIn())<!>
|
||||
|
||||
c3
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user