Sign in
◑
Theme
dart
/
sdk
/
c84edaefe9e457e9cc975c050019479b2d94dea2
/
.
/
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
()
{}