blob: 8db32edb34b4841286ddbf2ee5f5571c357211dc [file] [log] [blame]
>>>
class C {
void
_SomethingWithAVeryLongName(
List<int> sixteenLetterers, String fiver, List<int> eightish)
native 'SomethingWithAVeryLongName'; // ignore: native_function_body_in_non
}
<<<
class C {
void _SomethingWithAVeryLongName(
List<int> sixteenLetterers,
String fiver,
List<int> eightish,
) native 'SomethingWithAVeryLongName'; // ignore: native_function_body_in_non
}