d3fdc335a3
Strong mode allows constant expressions to reference type parameters. This requires constants to be canonicalized at runtime, but it is not yet determined exactly how this feature will work in future versions of the language. For now, we work around it by replacing such types with 'dynamic'. BUG= R=kmillikin@google.com Review URL: https://chromereviews.googleplex.com/516477013 .