[NI] Avoid forcing resolve for array access expression

#KT-31606 Fixed
 #EA-126523 Fixed
This commit is contained in:
Mikhail Zarechenskiy
2019-05-26 02:05:01 +03:00
parent fe5976d7f4
commit 95710f4087
6 changed files with 98 additions and 8 deletions
@@ -1711,6 +1711,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
runTest("compiler/testData/diagnostics/tests/callableReference/parsingPriorityOfGenericArgumentsVsLess.kt");
}
@TestMetadata("rewriteAtSliceOnGetOperator.kt")
public void testRewriteAtSliceOnGetOperator() throws Exception {
runTest("compiler/testData/diagnostics/tests/callableReference/rewriteAtSliceOnGetOperator.kt");
}
@TestMetadata("sam.kt")
public void testSam() throws Exception {
runTest("compiler/testData/diagnostics/tests/callableReference/sam.kt");