FIR/FE1.0: keep flexibility when approximating local types
This commit is contained in:
Generated
+18
@@ -16979,6 +16979,18 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/substitutions/delegationAndInference.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("hideFlexibleLocalTypeInPublicPosition.kt")
|
||||
public void testHideFlexibleLocalTypeInPublicPosition() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/substitutions/hideFlexibleLocalTypeInPublicPosition.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("hideFlexibleLocalTypeInPublicPosition_before.kt")
|
||||
public void testHideFlexibleLocalTypeInPublicPosition_before() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/substitutions/hideFlexibleLocalTypeInPublicPosition_before.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("hideLocalTypeForReturnTypeOfSingleExpressionFunction.kt")
|
||||
public void testHideLocalTypeForReturnTypeOfSingleExpressionFunction() throws Exception {
|
||||
@@ -16991,6 +17003,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/substitutions/hideNullableLocalTypeInPublicPosition.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("hideNullableLocalTypeInPublicPosition_before.kt")
|
||||
public void testHideNullableLocalTypeInPublicPosition_before() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/substitutions/hideNullableLocalTypeInPublicPosition_before.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt32189returnTypeWithTypealiasSubtitution.kt")
|
||||
public void testKt32189returnTypeWithTypealiasSubtitution() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user