Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/NonErrorResolverTest.java

Issue 513563002: Fix Issue 18628 by refixing Issue 18468 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/NonErrorResolverTest.java
diff --git a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/NonErrorResolverTest.java b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/NonErrorResolverTest.java
index 643f32e82c4c9e0588c409656992f6f1e75cca4f..08835e7130cccf74b6d31b26f64d19f1dee034e8 100644
--- a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/NonErrorResolverTest.java
+++ b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/NonErrorResolverTest.java
@@ -3748,8 +3748,11 @@ public class NonErrorResolverTest extends ResolverTestCase {
}
public void test_returnOfInvalidType_typeParameter_18468() throws Exception {
- // This test verifies that T << Type where T is a type parameter and Type is the type Type from
- // core, this particular test case comes from issue 18468 which depends on this fact.
+ // https://code.google.com/p/dart/issues/detail?id=18468
+ //
+ // This test verifies that the type of T is more specific than Type,
+ // where T is a type parameter and Type is the type Type from
+ // core, this particular test case comes from issue 18468.
//
// A test cannot be added to TypeParameterTypeImplTest since the types returned out of the
// TestTypeProvider don't have a mock 'dart.core' enclosing library element.

Powered by Google App Engine
This is Rietveld 408576698