Commit trace for callable reference's LHS with reserved syntax like foo?::bar?::bar to avoid the lack of diagnostics reporting

^KT-35075 Fixed
This commit is contained in:
Victor Petukhov
2020-06-25 15:41:27 +03:00
parent 1ee8e615fc
commit cbd8b58d5c
7 changed files with 103 additions and 7 deletions
@@ -1999,6 +1999,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
runTest("compiler/testData/diagnostics/tests/callableReference/whitespacesInExpression.kt");
}
@TestMetadata("withQuestionMarks.kt")
public void testWithQuestionMarks() throws Exception {
runTest("compiler/testData/diagnostics/tests/callableReference/withQuestionMarks.kt");
}
@TestMetadata("compiler/testData/diagnostics/tests/callableReference/bound")
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)