Don't report missing getValue/setValue method error when it's was impossible to finish resolve
#KT-9803 Fixed
This commit is contained in:
@@ -4589,6 +4589,12 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("manyIncompleteCandidates.kt")
|
||||
public void testManyIncompleteCandidates() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/delegatedProperty/inference/manyIncompleteCandidates.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("noErrorsForImplicitConstraints.kt")
|
||||
public void testNoErrorsForImplicitConstraints() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/delegatedProperty/inference/noErrorsForImplicitConstraints.kt");
|
||||
|
||||
Reference in New Issue
Block a user