Sign in
dart
/
dart_style
/
refs/tags/v2.3.4
/
.
/
test
/
regression
/
0100
/
0197.unit
blob: 9164f2b1898d765777ac890016abcb8c1a4a7a27 [
file
] [
log
] [
blame
]
>>>
class
FormatterBugTest
{
final
String
_test
;
FormatterBugTest
(
@deprecated
this
.
_test
);
}
<<<
class
FormatterBugTest
{
final
String
_test
;
FormatterBugTest
(
@deprecated
this
.
_test
);
}