Sign in
dart
/
sdk.git
/
4dbfce19bd54aa7848f3ef626b598f743c39b4b1
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
block_bodied_lambdas_basic_void.dart.strong.transformed.expect
blob: 86aa2ac45dfabe55b0c9b5c9f8a45f79f46fe059 [
file
] [
log
] [
blame
]
library test
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
method f
()
→
dynamic
{
core
::
List
<
core
::
int
>
o
;
o
.{
core
::
Iterable
::
where
}((
core
::
int
i
)
→
core
::
bool
{
return
i
.{
core
::
num
::==}(
0
);
});
}
static
method main
()
→
dynamic
{}