NI: Fix regression for star-projections approximation
See the test added ^KT-35703 Fixed
This commit is contained in:
@@ -10065,6 +10065,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/starApproximationFlexible.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("starApproximationFromDifferentTypeParameter.kt")
|
||||
public void testStarApproximationFromDifferentTypeParameter() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/starApproximationFromDifferentTypeParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("tooEagerSmartcast.kt")
|
||||
public void testTooEagerSmartcast() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/tooEagerSmartcast.kt");
|
||||
|
||||
Generated
+5
@@ -10060,6 +10060,11 @@ public class DiagnosticsUsingJavacTestGenerated extends AbstractDiagnosticsUsing
|
||||
runTest("compiler/testData/diagnostics/tests/inference/starApproximationFlexible.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("starApproximationFromDifferentTypeParameter.kt")
|
||||
public void testStarApproximationFromDifferentTypeParameter() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/starApproximationFromDifferentTypeParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("tooEagerSmartcast.kt")
|
||||
public void testTooEagerSmartcast() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/tooEagerSmartcast.kt");
|
||||
|
||||
Reference in New Issue
Block a user