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

Side by Side Diff: pkg/docgen/test/multi_library_code/lib/temp3.dart

Issue 183333003: Adding 'preview' to typedef (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 library testLib.bar; 1 library testLib.bar;
2 import 'temp.dart'; 2 import 'temp.dart';
3 3
4 /* 4 /*
5 * Normal comment for class C. 5 * Normal comment for class C.
6 */ 6 */
7 class C { 7 class C {
8 } 8 }
9 9
10 // A trivial use of `A` to eliminate import warnings 10 /// A trivial use of `A` to eliminate import warnings.
11 A usingImport() { 11 ///
12 throw new UnimplementedError(); 12 /// And to test typedef preview.
13 } 13 typedef A AnATransformer(A input);
OLDNEW
« pkg/docgen/lib/docgen.dart ('K') | « pkg/docgen/test/generate_json_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698