Chromium Code Reviews

Side by Side Diff: test/dart_codegen/types/d.dart

Issue 1148283010: Remove dart backend (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« no previous file with comments | « test/dart_codegen/types/c.dart ('k') | test/runtime/dart_logging_runtime_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
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.
4
5 library d;
6
7 import 'b.dart';
8
9 void foo() {
10 var x = f3(f4("""hello"""));
11 var y = f1(f4);
12 var z = f2(f3);
13 }
OLDNEW
« no previous file with comments | « test/dart_codegen/types/c.dart ('k') | test/runtime/dart_logging_runtime_test.dart » ('j') | no next file with comments »

Powered by Google App Engine