[NI] Filter out type variable from its dependencies
Don't take into account complex variable dependency on itself when determining fixation status. ^KT-37621 Fixed
This commit is contained in:
+5
@@ -11050,6 +11050,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
|
||||
public void testPlatformNothingAsUsefulConstraint() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/nothingType/platformNothingAsUsefulConstraint.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("reifiedParameterWithRecursiveBound.kt")
|
||||
public void testReifiedParameterWithRecursiveBound() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/nothingType/reifiedParameterWithRecursiveBound.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/diagnostics/tests/inference/publicApproximation")
|
||||
|
||||
Reference in New Issue
Block a user