[NI] Fix isSuccessful property for member with LowPriority resolution

The problem was introduced in e40ba73950
This commit is contained in:
Mikhail Zarechenskiy
2020-02-19 17:35:10 +03:00
parent 8ca2aa47f8
commit cbbbf40b90
7 changed files with 73 additions and 1 deletions
@@ -1908,6 +1908,11 @@ public class FirOldFrontendDiagnosticsTestWithStdlibGenerated extends AbstractFi
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/testsWithStdLib/inference/annotationsForResolve"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
}
@TestMetadata("checkLowPriorityIsResolvedSuccessfully.kt")
public void testCheckLowPriorityIsResolvedSuccessfully() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/annotationsForResolve/checkLowPriorityIsResolvedSuccessfully.kt");
}
@TestMetadata("exactAnnotation.kt")
public void testExactAnnotation() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/annotationsForResolve/exactAnnotation.kt");