Chromium Code Reviews| Index: tests/language/src/NonParameterizedFactory2Test.dart |
| =================================================================== |
| --- tests/language/src/NonParameterizedFactory2Test.dart (revision 3577) |
| +++ tests/language/src/NonParameterizedFactory2Test.dart (working copy) |
| @@ -2,7 +2,7 @@ |
| // 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. |
| -interface Interface<T> default Factory { |
|
zundel
2012/01/24 22:52:40
I'm not seeing a change to the spec since I last w
|
| +interface Interface<T> default Factory<T> { |
| Interface(); |
| Interface.withArg(T value); |
| } |