| 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
|
| index 01137e718d4f0887e38d16afed4306046398f172..fa1d74a967f64f84847e434c05a74148181eebda 100644
|
| --- a/pkg/docgen/test/multi_library_code/lib/temp3.dart
|
| +++ b/pkg/docgen/test/multi_library_code/lib/temp3.dart
|
| @@ -7,7 +7,7 @@ import 'temp.dart';
|
| class C {
|
| }
|
|
|
| -// A trivial use of `A` to eliminate import warnings
|
| -A usingImport() {
|
| - throw new UnimplementedError();
|
| -}
|
| +/// A trivial use of `A` to eliminate import warnings.
|
| +///
|
| +/// And to test typedef preview.
|
| +typedef A AnATransformer(A input);
|
|
|