Add regression test for already fixed issue KT-41885
This commit is contained in:
+5
@@ -3350,6 +3350,11 @@ public class DiagnosticsTestWithStdLibGenerated extends AbstractDiagnosticsTestW
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/completion/postponedArgumentsAnalysis/kt38799.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("manyArguments.kt")
|
||||
public void testManyArguments() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/completion/postponedArgumentsAnalysis/manyArguments.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("moreSpecificOutputType.kt")
|
||||
public void testMoreSpecificOutputType() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/completion/postponedArgumentsAnalysis/moreSpecificOutputType.kt");
|
||||
|
||||
compiler/tests/org/jetbrains/kotlin/checkers/javac/DiagnosticsTestWithStdLibUsingJavacGenerated.java
Generated
+5
@@ -3350,6 +3350,11 @@ public class DiagnosticsTestWithStdLibUsingJavacGenerated extends AbstractDiagno
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/completion/postponedArgumentsAnalysis/kt38799.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("manyArguments.kt")
|
||||
public void testManyArguments() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/completion/postponedArgumentsAnalysis/manyArguments.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("moreSpecificOutputType.kt")
|
||||
public void testMoreSpecificOutputType() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/completion/postponedArgumentsAnalysis/moreSpecificOutputType.kt");
|
||||
|
||||
Reference in New Issue
Block a user