Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
inferred_type_block_closure_no_args_no_return_void_context.dart.textual_outline.expect
blob: beb68c719e37d3457ff6f1e5168b6a18c2e91e1e [
file
] [
log
] [
blame
]
library test
;
class
C
{
C
(
void
func
())
{}
}
main
()
{}