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

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

Issue 202193002: pkg/dartdoc: moving files around, fix library names (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fixed year Created 6 years, 9 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: 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
deleted file mode 100644
index fa1d74a967f64f84847e434c05a74148181eebda..0000000000000000000000000000000000000000
--- a/pkg/docgen/test/multi_library_code/lib/temp3.dart
+++ /dev/null
@@ -1,13 +0,0 @@
-library testLib.bar;
-import 'temp.dart';
-
-/*
- * Normal comment for class C.
- */
-class C {
-}
-
-/// A trivial use of `A` to eliminate import warnings.
-///
-/// And to test typedef preview.
-typedef A AnATransformer(A input);
« no previous file with comments | « pkg/docgen/test/multi_library_code/lib/temp2.dart ('k') | pkg/docgen/test/multi_library_code/lib/test_lib.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698