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

Unified Diff: compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTestCase.java

Issue 10701011: No compile-time error when overriding a static field or method (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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: compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTestCase.java
diff --git a/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTestCase.java b/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTestCase.java
index 54781cf15bc37f7a22fbdba50276a1ca59f5b781..40b5e65ffc2f0b3c38681b12f7b369538cbdde00 100644
--- a/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTestCase.java
+++ b/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTestCase.java
@@ -356,7 +356,7 @@ public abstract class TypeAnalyzerTestCase extends TypeTestCase {
}
private DartUnit parseUnit(String string) {
- DartSourceString source = new DartSourceString("<source string>", string);
+ // DartSourceString source = new DartSourceString("<source string>", string);
return getParser(string).parseUnit();
}

Powered by Google App Engine
This is Rietveld 408576698