99433b7121
Reify dynamic as bottom or Object as appropriate in the generated code. For general function types, dynamic parameters become bottom, and all other uses of dynamic become Object. For concrete function types (the rtti attached to function objects) dynamic parameters also become Object. BUG= R=vsm@google.com Review URL: https://codereview.chromium.org/1148333003