Sign in
dart
/
sdk.git
/
cd65076031d67dde752af5a4b8fe0224f9d2b5fb
/
.
/
pkg
/
front_end
/
parser_testcases
/
nnbd
/
issue_40793_prime2.dart
blob: 3028a031d81e51574d4fb6dcd83d8992df306894 [
file
] [
log
] [
blame
]
void
f
(
dynamic
sample
)
{
if
((
sample
.
value
)
<
10
)
{
print
(
'thing!'
);
}
}