Sign in
dart
/
sdk
/
e7c4784594de33112fb6d65bc09493fa8097fcf2
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
null_aware_method_invocation.dart.textual_outline.expect
blob: c88912e1ebfeb65605f2be8627a0d3b26d7b4e6c [
file
]
library test
;
class
C
{
int
f
()
=>
throw
''
;
}
g
(
C
?
c
)
{}
main
()
{}