Sign in
dart
/
dart_style
/
05d08d928bb850888144cbe7b2f3b72d24fccb92
/
.
/
test
/
tall
/
regression
/
0000
/
0014.unit
blob: ab534d96c820a3cbbd2abaa5a554b41ffeece6b4 [
file
] [
log
] [
blame
]
>>>
https
:
//github.com/dart-lang/dart_style/issues/14
class
A
{
final
Map
x
;
A
()
:
x
=
{
// comment
'foo'
:
1
,
'bar'
:
2
,
};
}
<<<
class
A
{
final
Map
x
;
A
()
:
x
=
{
// comment
'foo'
:
1
,
'bar'
:
2
,
};
}