[NI] Remove capturing from supertypes during computation of CST
This commit is contained in:
@@ -10253,6 +10253,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/nestedLambdas.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nonFixedVariableFromBothBranches.kt")
|
||||
public void testNonFixedVariableFromBothBranches() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/nonFixedVariableFromBothBranches.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nonFixedVariableInsideFlexibleType.kt")
|
||||
public void testNonFixedVariableInsideFlexibleType() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/nonFixedVariableInsideFlexibleType.kt");
|
||||
|
||||
Generated
+5
@@ -10248,6 +10248,11 @@ public class DiagnosticsUsingJavacTestGenerated extends AbstractDiagnosticsUsing
|
||||
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/nestedLambdas.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nonFixedVariableFromBothBranches.kt")
|
||||
public void testNonFixedVariableFromBothBranches() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/nonFixedVariableFromBothBranches.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nonFixedVariableInsideFlexibleType.kt")
|
||||
public void testNonFixedVariableInsideFlexibleType() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/nonFixedVariableInsideFlexibleType.kt");
|
||||
|
||||
Reference in New Issue
Block a user