Sign in
dart
/
sdk.git
/
f36420a912bb76b61fc8b934286df44dd1aff09b
/
.
/
pkg
/
front_end
/
parser_testcases
/
nnbd
/
issue_40267_method_call_with_type_arguments.dart
blob: 72c87c6b7492d1632ee38b0c4347cb0772476b4b [
file
] [
log
] [
blame
]
f
()
{
var
a
,
b
;
a
?.
call
<
Foo
>(
b
);
a
?<
Foo
>(
b
);
}