| Index: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/StaticWarningCodeTest.java
|
| diff --git a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/StaticWarningCodeTest.java b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/StaticWarningCodeTest.java
|
| index d85a0524abebc088c5eff3d88ea8c0ad6bc8b72c..0726b005f61871798a4bf12fb776dbcbd790c309 100644
|
| --- a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/StaticWarningCodeTest.java
|
| +++ b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/StaticWarningCodeTest.java
|
| @@ -2626,7 +2626,7 @@ public class StaticWarningCodeTest extends ResolverTestCase {
|
| public void test_typeParameterReferencedByStatic_getter() throws Exception {
|
| Source source = addSource(createSource(//
|
| "class A<K> {",
|
| - " static K get k => 0;",
|
| + " static K get k => null;",
|
| "}"));
|
| resolve(source);
|
| assertErrors(source, StaticWarningCode.TYPE_PARAMETER_REFERENCED_BY_STATIC);
|
|
|