mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
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