complete resolve for array access expression
This commit is contained in:
@@ -2846,6 +2846,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
|
||||
JetTestUtils.assertAllTestsPresentByMetadata(this.getClass(), "org.jetbrains.jet.generators.tests.GenerateTests", new File("compiler/testData/diagnostics/tests/inference/nestedCalls"), Pattern.compile("^(.+)\\.kt$"), true);
|
||||
}
|
||||
|
||||
@TestMetadata("arrayAccess.kt")
|
||||
public void testArrayAccess() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/inference/nestedCalls/arrayAccess.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("checkTypesForQualifiedProperties.kt")
|
||||
public void testCheckTypesForQualifiedProperties() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/inference/nestedCalls/checkTypesForQualifiedProperties.kt");
|
||||
|
||||
Reference in New Issue
Block a user