Sign in
dart
/
sdk
/
aa9b83eefce99b3647338ab64fcfe50094a1dfc5
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
null_aware_method_invocation.dart.textual_outline.expect
blob: 03e6dc914d5b3234512c1d8af91ed6690559d9da [
file
]
// @dart = 2.9
library test
;
class
C
{
int
f
()
=>
null
;
}
g
(
C c
)
{}
main
()
{}