Index: tests/language/call_property_test.dart |
diff --git a/tests/language/call_property_test.dart b/tests/language/call_property_test.dart |
index 27a658d2e2ee4268400f5c2fc4468f973ccfbf3d..fbab14684ec543e9f18b68191b9b4f6e171d8d30 100644 |
--- a/tests/language/call_property_test.dart |
+++ b/tests/language/call_property_test.dart |
@@ -5,6 +5,8 @@ |
// Test that a class with a [call] property does not implement [Function] or |
// a typedef of function type. |
+import 'package:expect/expect.dart'; |
+ |
class Call { |
int get call => 0; |
} |