Sign in
dart
/
sdk
/
e7c4784594de33112fb6d65bc09493fa8097fcf2
/
.
/
pkg
/
front_end
/
parser_testcases
/
nnbd
/
issue_39286_2_prime.dart
blob: a5914bb8d3fee64b22889bc53ca4b21f9e524190 [
file
]
void
test
(
C x
)
{
x
..
f
().
g
()[
'Hi!'
]..
h
().
y
=
2
;
}