[NI] Run call checkers on resolved calls for callable references
#KT-34391 Fixed
This commit is contained in:
+5
@@ -3156,6 +3156,11 @@ public class DiagnosticsTestWithStdLibGenerated extends AbstractDiagnosticsTestW
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/regression/kt26806.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt34391.kt")
|
||||
public void testKt34391() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/regression/kt34391.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt9345.kt")
|
||||
public void testKt9345() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/regression/kt9345.kt");
|
||||
|
||||
compiler/tests/org/jetbrains/kotlin/checkers/javac/DiagnosticsTestWithStdLibUsingJavacGenerated.java
Generated
+5
@@ -3156,6 +3156,11 @@ public class DiagnosticsTestWithStdLibUsingJavacGenerated extends AbstractDiagno
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/regression/kt26806.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt34391.kt")
|
||||
public void testKt34391() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/regression/kt34391.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt9345.kt")
|
||||
public void testKt9345() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/regression/kt9345.kt");
|
||||
|
||||
Reference in New Issue
Block a user