blob: 8090ea1cb0e66fa115cf8178774b7e0d91acdbb1 [file] [log] [blame]
library test;
List<String> getListOfString() => const <String>[];
void foo() {}
void bar() {}
main() {}