| Index: tests/language/src/FactoryNegativeTest.dart
|
| ===================================================================
|
| --- tests/language/src/FactoryNegativeTest.dart (revision 3631)
|
| +++ tests/language/src/FactoryNegativeTest.dart (working copy)
|
| @@ -2,9 +2,9 @@
|
| // 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.
|
|
|
| -// Test compile time error for factories with parametrized types.
|
| +// Test compile time error for factories with parameterized types.
|
|
|
| -interface Link<T> default LinkFactory {
|
| +interface Link<T> default LinkFactory {
|
| Link.create();
|
| }
|
|
|
|
|