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

Unified Diff: dart/tests/language/mixin_illegal_syntax_test.dart

Issue 119673004: Version 1.1.0-dev.5.2 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 6 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
Index: dart/tests/language/mixin_illegal_syntax_test.dart
===================================================================
--- dart/tests/language/mixin_illegal_syntax_test.dart (revision 31530)
+++ dart/tests/language/mixin_illegal_syntax_test.dart (working copy)
@@ -31,6 +31,8 @@
class D1 extends T0 { }
+class X = S; /// 14: compile-time error
+
main() {
new T0(); /// 13: static type warning, runtime error
new T0A(); /// 13: static type warning, runtime error
@@ -53,4 +55,5 @@
new D0(); /// 12: continued
new D1();
+ new X(); /// 14: continued
}
« no previous file with comments | « dart/tests/compiler/dart2js_native/dart2js_native.status ('k') | dart/tests/language/string_charcode_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698