Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
inferred_type_via_closure_multiple_levels_of_nesting.dart.textual_outline.expect
blob: a5cc0281ac7619c1c5069f0dd5e518a3c4c8fd1a [
file
] [
log
] [
blame
]
library test
;
class
C
{
static
final
f
=
(
bool
b
)
=>
(
int
i
)
=>
{
i
:
b
};
}
main
()
{}