Sign in
dart
/
sdk.git
/
f36420a912bb76b61fc8b934286df44dd1aff09b
/
.
/
pkg
/
front_end
/
parser_testcases
/
nnbd
/
issue_39286.dart
blob: 6654bf600ccc7034543c46e89a8ff56cb564c75c [
file
] [
log
] [
blame
]
void
test
(
C x
)
{
x
..
f
()!.
g
()..
h
();
}