Sign in
dart
/
dart_style.git
/
ec0048b
/
.
/
test
/
tall
/
regression
/
0100
/
0197.unit
blob: 9ab9996334b6378eb53787944fba0a3bdb088af5 [
file
]
>>>
class
FormatterBugTest
{
final
String
_test
;
FormatterBugTest
(
@deprecated
this
.
_test
);
}
<<<
class
FormatterBugTest
{
final
String
_test
;
FormatterBugTest
(
@deprecated
this
.
_test
);
}