Revert "[NI] Prefer between two complex variables one with proper lower bounds"
This reverts commit ced8a92629.
This commit is contained in:
@@ -10993,11 +10993,6 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTestWithFirVali
|
||||
runTest("compiler/testData/diagnostics/tests/inference/nothingType/inferArgumentToNothingFromNullConstant.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inferenceWithRecursiveGenericsAndNothing.kt")
|
||||
public void testInferenceWithRecursiveGenericsAndNothing() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/nothingType/inferenceWithRecursiveGenericsAndNothing.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt24490.kt")
|
||||
public void testKt24490() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/nothingType/kt24490.kt");
|
||||
|
||||
-5
@@ -3364,11 +3364,6 @@ public class DiagnosticsTestWithStdLibGenerated extends AbstractDiagnosticsTestW
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/regression/kt34391.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt37554.kt")
|
||||
public void testKt37554() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/regression/kt37554.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt9820_javaFunctionTypeInheritor.kt")
|
||||
public void testKt9820_javaFunctionTypeInheritor() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/regression/kt9820_javaFunctionTypeInheritor.kt");
|
||||
|
||||
compiler/tests/org/jetbrains/kotlin/checkers/javac/DiagnosticsTestWithStdLibUsingJavacGenerated.java
Generated
-5
@@ -3364,11 +3364,6 @@ public class DiagnosticsTestWithStdLibUsingJavacGenerated extends AbstractDiagno
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/regression/kt34391.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt37554.kt")
|
||||
public void testKt37554() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/regression/kt37554.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt9820_javaFunctionTypeInheritor.kt")
|
||||
public void testKt9820_javaFunctionTypeInheritor() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/regression/kt9820_javaFunctionTypeInheritor.kt");
|
||||
|
||||
Generated
-5
@@ -10988,11 +10988,6 @@ public class DiagnosticsUsingJavacTestGenerated extends AbstractDiagnosticsUsing
|
||||
runTest("compiler/testData/diagnostics/tests/inference/nothingType/inferArgumentToNothingFromNullConstant.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inferenceWithRecursiveGenericsAndNothing.kt")
|
||||
public void testInferenceWithRecursiveGenericsAndNothing() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/nothingType/inferenceWithRecursiveGenericsAndNothing.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt24490.kt")
|
||||
public void testKt24490() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/nothingType/kt24490.kt");
|
||||
|
||||
Reference in New Issue
Block a user