Index: tests/language/accessor_conflict_setter.dart |
diff --git a/tests/language/accessor_conflict_setter.dart b/tests/language/accessor_conflict_setter.dart |
deleted file mode 100644 |
index c3d383b29dbc3e326ee41d4698b9cb52dc48f787..0000000000000000000000000000000000000000 |
--- a/tests/language/accessor_conflict_setter.dart |
+++ /dev/null |
@@ -1,9 +0,0 @@ |
-// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file |
-// 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. |
- |
-var setValue; |
- |
-set x(value) { |
- setValue = value; |
-} |