Sign in
dart
/
dart_style.git
/
ec0048b
/
.
/
test
/
tall
/
regression
/
0000
/
0046.stmt
blob: 0d48d4b85b2ea2464222db3737ceed079e3505fb [
file
] [
log
] [
blame
]
>>>
foo
()
{
if
(
true
)
// comment!
return
0
;
}
<<<
foo
()
{
if
(
true
)
// comment!
return
0
;
}