Merge branch '6.0.x'
This commit is contained in:
@@ -47,6 +47,7 @@ class ParsingTests {
|
||||
void compoundExpressions() {
|
||||
parseCheck("property1.property2.methodOne()");
|
||||
parseCheck("property1[0].property2['key'].methodOne()");
|
||||
parseCheck("property1?.methodOne()?.property2?.methodTwo()");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user