Sign in
dart
/
sdk.git
/
c79dbacc3cac22b983ab8293d177d1cc4d968b95
/
.
/
pkg
/
front_end
/
testcases
/
nnbd
/
call.dart.textual_outline.expect
blob: d90b6035e08ba30bd5ee37d9f54d18f4c4f0244b [
file
] [
log
] [
blame
]
class
Class
{
void
Function
()?
field
;
void
Function
()?
get
getter
=>
null
;
}
error
()
{}
main
()
{}