Skip to content

Commit 9499bcd

Browse files
committed
Add a more complex nested dot shorthand test.
1 parent cd039bb commit 9499bcd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/tall/invocation/dot_shorthand.stmt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,11 @@ context(
6767
.third()
6868
.fourthOne(),
6969
);
70+
>>> Nested call.
71+
.method(.getter,.method(.new(.new())),const.ctor());
72+
<<<
73+
.method(
74+
.getter,
75+
.method(.new(.new())),
76+
const .ctor(),
77+
);

0 commit comments

Comments
 (0)