| Index: tests/language/duplicate_interface_negative_test.dart
|
| ===================================================================
|
| --- tests/language/duplicate_interface_negative_test.dart (revision 20167)
|
| +++ tests/language/duplicate_interface_negative_test.dart (working copy)
|
| @@ -3,6 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Check fail because of cycles in super class relationship.
|
|
|
| +library duplicateInterfaceNegativeTest;
|
| +
|
| import "duplicate_interface_lib.dart" as alib;
|
| import "duplicate_interface_lib.dart" show InterfA;
|
|
|
|
|