[FIR] Implement INCONSISTENT_TYPE_PARAMETER_VALUES, INCONSISTENT_TYPE_PARAMETER_BOUNDS

This commit is contained in:
Ivan Kochurkin
2021-06-25 22:35:51 +03:00
committed by teamcityserver
parent ec20f52707
commit 92d7a61b4f
21 changed files with 313 additions and 121 deletions
@@ -1,7 +0,0 @@
interface A
interface B : A
interface ListA : List<A>
interface ListB : List<B>
interface Z<T> where T : ListA, T : ListB
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
interface A
interface B : A