| Index: tests/language/list_is_test.dart
|
| diff --git a/tests/language/list_is_test.dart b/tests/language/list_is_test.dart
|
| index 147ab3388d450d7482b274897cd4ba20efb385c4..8df30bdbd8b1021d5cb92c2ee849c71667fd25da 100644
|
| --- a/tests/language/list_is_test.dart
|
| +++ b/tests/language/list_is_test.dart
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +import "package:expect/expect.dart";
|
| +
|
| class A<T> {
|
| bar() => new List<T>();
|
| }
|
|
|