analyze a lot of expressions in independent of context (expected type) mode

This commit is contained in:
Svetlana Isakova
2013-08-09 18:40:26 +04:00
parent fbd94a9507
commit dc51a2d238
10 changed files with 183 additions and 64 deletions
@@ -2831,6 +2831,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/inference/nestedCalls/arrayAccess.kt");
}
@TestMetadata("binaryExpressions.kt")
public void testBinaryExpressions() throws Exception {
doTest("compiler/testData/diagnostics/tests/inference/nestedCalls/binaryExpressions.kt");
}
@TestMetadata("checkTypesForQualifiedProperties.kt")
public void testCheckTypesForQualifiedProperties() throws Exception {
doTest("compiler/testData/diagnostics/tests/inference/nestedCalls/checkTypesForQualifiedProperties.kt");