FIR: Update test data (NEW_INFERENCE_ERROR)
Though these diagnostics look correct (the calls or constraint systems indeed contain errors), more precise diagnostic kinds should be chosen later.
This commit is contained in:
committed by
teamcityserver
parent
010a0c6cdc
commit
da3233c47d
+2
-2
@@ -59,11 +59,11 @@ fun testVariableWithBound() {
|
||||
|
||||
c1
|
||||
|
||||
val c2 = select(SubInv<String>(), createWithNumberBound())
|
||||
val c2 = <!NEW_INFERENCE_ERROR!>select(SubInv<String>(), createWithNumberBound())<!>
|
||||
|
||||
c2
|
||||
|
||||
val c3 = select(SubInv<Double>(), createWithIntBound())
|
||||
val c3 = <!NEW_INFERENCE_ERROR!>select(SubInv<Double>(), createWithIntBound())<!>
|
||||
|
||||
c3
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user