[NI] Run call checkers on resolved calls for callable references

#KT-34391 Fixed
This commit is contained in:
Pavel Kirpichenkov
2019-11-06 14:15:03 +03:00
parent f444702cf3
commit ff32eab3d1
5 changed files with 49 additions and 0 deletions
@@ -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");
@@ -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");