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

Side by Side Diff: pkg/front_end/testcases/shaker/empty_program.dart.shaker

Issue 3009803002: Mark types of Constructor parameters and preserve referenced typedefs. (Closed)
Patch Set: Created 3 years, 3 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
OLDNEW
1 DO NOT EDIT -- this file is autogenerated --- 1 DO NOT EDIT -- this file is autogenerated ---
2 Tree-shaker preserved the following: 2 Tree-shaker preserved the following:
3 3
4 library dart:async: 4 library dart:async:
5 - member dart.async::_asyncThenWrapperHelper 5 - member dart.async::_asyncThenWrapperHelper
6 - member dart.async::_asyncErrorWrapperHelper 6 - member dart.async::_asyncErrorWrapperHelper
7 - member dart.async::_awaitHelper 7 - member dart.async::_awaitHelper
8 - class _AsyncStarStreamController 8 - class _AsyncStarStreamController
9 - (default constructor) 9 - (default constructor)
10 - class FutureOr 10 - class FutureOr
(...skipping 10 matching lines...) Expand all
21 - class IterableBase 21 - class IterableBase
22 22
23 library dart:_internal: 23 library dart:_internal:
24 - class ExternalName 24 - class ExternalName
25 - (default constructor) 25 - (default constructor)
26 - class EfficientLengthIterable 26 - class EfficientLengthIterable
27 - class Symbol 27 - class Symbol
28 28
29 library dart:core: 29 library dart:core:
30 - member print 30 - member print
31 - typedef _SyncGeneratorCallback
31 - class _SyncIterable 32 - class _SyncIterable
32 - (default constructor) 33 - (default constructor)
33 - class _InvocationMirror 34 - class _InvocationMirror
34 - (default constructor) 35 - (default constructor)
35 - class bool 36 - class bool
36 - class Comparable 37 - class Comparable
37 - class double 38 - class double
38 - class Function 39 - class Function
39 - class int 40 - class int
40 - class Invocation 41 - class Invocation
(...skipping 20 matching lines...) Expand all
61 - dart.core::_instanceOf 62 - dart.core::_instanceOf
62 - dart.core::_simpleInstanceOf 63 - dart.core::_simpleInstanceOf
63 - dart.core::_simpleInstanceOfTrue 64 - dart.core::_simpleInstanceOfTrue
64 - dart.core::_simpleInstanceOfFalse 65 - dart.core::_simpleInstanceOfFalse
65 - dart.core::_as 66 - dart.core::_as
66 - dart.core::_symbolMapToStringMap 67 - dart.core::_symbolMapToStringMap
67 - class Pattern 68 - class Pattern
68 - class String 69 - class String
69 - class Symbol 70 - class Symbol
70 - class Type 71 - class Type
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698