Chromium Code Reviews

Unified Diff: modules/angular2/test/transform/list_of_types_files/index.dart

Issue 927373004: Initial commit of Dart transformer to generate constructor stubs, see https://github.com/angular/an… (Closed) Base URL: https://github.com/kegluneq/angular.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: modules/angular2/test/transform/list_of_types_files/index.dart
diff --git a/modules/angular2/test/transform/list_of_types_files/index.dart b/modules/angular2/test/transform/list_of_types_files/index.dart
new file mode 100644
index 0000000000000000000000000000000000000000..f65483f03edd0ea0302c8c0bad654ad98a17572a
--- /dev/null
+++ b/modules/angular2/test/transform/list_of_types_files/index.dart
@@ -0,0 +1,7 @@
+library web_foo;
+
+import 'bar.dart';
+
+void main() {
+ new Component('Things');
+}

Powered by Google App Engine