blob: 9ab9996334b6378eb53787944fba0a3bdb088af5 [file]
>>>
class FormatterBugTest {
final String _test;
FormatterBugTest(@deprecated this._test);
}
<<<
class FormatterBugTest {
final String _test;
FormatterBugTest(@deprecated this._test);
}