Sign in
dart
/
dart_style
/
89c982a6bd0fca57d2a77463904c076f67f264c6
/
.
/
test
/
regression
/
0100
/
0161.stmt
blob: 6494d9333d7b4fd850cbfb570b582697bc8d709c [
file
] [
log
] [
blame
]
>>>
(
indent
4
)
var
partOf
=
unit
.
directives
.
firstWhere
((
d
)
=>
d
is
PartOfDirective
,
orElse
:
()
=>
null
);
<<<
var
partOf
=
unit
.
directives
.
firstWhere
((
d
)
=>
d
is
PartOfDirective
,
orElse
:
()
=>
null
);