resolve delegated expression always using completer

This commit is contained in:
Svetlana Isakova
2013-09-30 13:49:51 +04:00
parent 249dc4b1ba
commit 0a0f76239f
5 changed files with 64 additions and 31 deletions
@@ -2444,6 +2444,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/delegatedProperty/inference/noErrorsForImplicitConstraints.kt");
}
@TestMetadata("useCompleterWithoutExpectedType.kt")
public void testUseCompleterWithoutExpectedType() throws Exception {
doTest("compiler/testData/diagnostics/tests/delegatedProperty/inference/useCompleterWithoutExpectedType.kt");
}
@TestMetadata("useExpectedType.kt")
public void testUseExpectedType() throws Exception {
doTest("compiler/testData/diagnostics/tests/delegatedProperty/inference/useExpectedType.kt");