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

Side by Side Diff: dart/tests/language/list_tracer_in_list_test.dart

Issue 60293003: Version 0.8.10.5 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 main() { 5 main() {
6 var a = [[]]; 6 var a = [[]];
7 a[0].add(42); 7 a[0].add(42);
8 if (a[0].length != 1) { 8 if (a[0].length != 1) {
9 throw 'Test failed'; 9 throw 'Test failed';
10 } 10 }
11 } 11 }
OLDNEW
« no previous file with comments | « dart/tests/language/library_ambiguous_test.dart ('k') | dart/tests/language/malformed2_lib.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698