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

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

Issue 9295016: Issue 1353. Remove invocation of named function literal from outside of literal. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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/NegativeResolverTest.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/TypeAnalyzerTest.java
diff --git a/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTest.java b/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTest.java
index 5cb454d896c66ac6cac4b9099211b70e083d3468..0b8c7e930c21121ed9634ac99aada68c598cbefe 100644
--- a/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTest.java
+++ b/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTest.java
@@ -1332,7 +1332,6 @@ public class TypeAnalyzerTest extends TypeAnalyzerTestCase {
analyzeFail("{ void f() {} assert(f()); }", TypeErrorCode.VOID);
analyzeFail("{ void f() {} assert(f); }", TypeErrorCode.VOID);
analyzeFail("{ void f() {} while (f()); }", TypeErrorCode.VOID);
- //analyzeFail("{ void f() {} ({ 'x': f() }); }", TypeErrorCode.VOID); // TODO issue 1353
analyzeFail("{ void f() {}; ({ 'x': f() }); }", TypeErrorCode.VOID);
}
« no previous file with comments | « compiler/javatests/com/google/dart/compiler/resolver/NegativeResolverTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698