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

Unified Diff: pkg/docgen/test/multi_library_code/lib/temp3.dart

Issue 172873002: pkg/docgen: putting test code in file system (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase Created 6 years, 10 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 | « pkg/docgen/test/multi_library_code/lib/temp2.dart ('k') | pkg/docgen/test/multi_library_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/docgen/test/multi_library_code/lib/temp3.dart
diff --git a/pkg/docgen/test/multi_library_code/lib/temp3.dart b/pkg/docgen/test/multi_library_code/lib/temp3.dart
new file mode 100644
index 0000000000000000000000000000000000000000..01137e718d4f0887e38d16afed4306046398f172
--- /dev/null
+++ b/pkg/docgen/test/multi_library_code/lib/temp3.dart
@@ -0,0 +1,13 @@
+library testLib.bar;
+import 'temp.dart';
+
+/*
+ * Normal comment for class C.
+ */
+class C {
+}
+
+// A trivial use of `A` to eliminate import warnings
+A usingImport() {
+ throw new UnimplementedError();
+}
« no previous file with comments | « pkg/docgen/test/multi_library_code/lib/temp2.dart ('k') | pkg/docgen/test/multi_library_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698