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

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

Issue 10447118: Fix for issue 3220 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 7 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
« no previous file with comments | « compiler/javatests/com/google/dart/compiler/resolver/ResolverCompilerTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java
===================================================================
--- compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java (revision 8158)
+++ compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java (working copy)
@@ -193,7 +193,7 @@
analyzeLibrary(
"Test.dart",
Joiner.on("\n").join(
- "interface I factory F {",
+ "interface I default F {",
" I.foo(int a, [int b, int c]);",
"}",
"class F implements I {",
@@ -233,7 +233,7 @@
analyzeLibrary(
"Test.dart",
Joiner.on("\n").join(
- "interface I factory F {",
+ "interface I default F {",
" I(int a);",
"}",
"class F implements I {",
« no previous file with comments | « compiler/javatests/com/google/dart/compiler/resolver/ResolverCompilerTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698