Recognize possible generic property call chain ('a.b<T>.c') on '::' LHS.

This commit is contained in:
Dmitry Petrov
2016-12-01 17:34:05 +03:00
parent 4af9b274a1
commit e63abff7e8
4 changed files with 183 additions and 16 deletions
@@ -1860,6 +1860,12 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("reservedExpressionSyntax3.kt")
public void testReservedExpressionSyntax3() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/callableReference/bound/reservedExpressionSyntax3.kt");
doTest(fileName);
}
@TestMetadata("syntheticExtensionOnLHS.kt")
public void testSyntheticExtensionOnLHS() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/callableReference/bound/syntheticExtensionOnLHS.kt");