Chromium Code Reviews| Index: tests/isolate/scenarios/short_package/flu_package/flu.dart |
| diff --git a/tests/isolate/scenarios/short_package/flu_package/flu.dart b/tests/isolate/scenarios/short_package/flu_package/flu.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5e33f7c5b9da6ea2db3f8d73b31c6f59ac9a2964 |
| --- /dev/null |
| +++ b/tests/isolate/scenarios/short_package/flu_package/flu.dart |
| @@ -0,0 +1,3 @@ |
| +class Flu { |
| + static var value = "Flu"; |
| +} |