On 2017/06/23 10:51:44, Johnni Winther wrote:
> Why `C<String>` and not `C<dynamic>` as type? What about the opposite case
> `Map<String>` ?
I haven't put much though into this. C<dynamic> seems like throwing information
away. And for Map<String>, think we should generate Map<String, dynamic>, but
I'm not sure. Would you mind filing a bug if you have any concerns about this?
Johnni Winther
2017/06/23 12:24:22
In dart2js we use dynamic (we discussed it a long
On 2017/06/23 12:21:51, ahe wrote:
> On 2017/06/23 10:51:44, Johnni Winther wrote:
> > Why `C<String>` and not `C<dynamic>` as type? What about the opposite case
> > `Map<String>` ?
>
> I haven't put much though into this. C<dynamic> seems like throwing
information
> away. And for Map<String>, think we should generate Map<String, dynamic>, but
> I'm not sure. Would you mind filing a bug if you have any concerns about this?
In dart2js we use dynamic (we discussed it a long time ago when implementing
malformed types)
Issue 2955443002: Add regression tests from Luke's bug reports. Part 1.
(Closed)
Created 3 years, 6 months ago by ahe
Modified 3 years, 6 months ago
Reviewers: Johnni Winther, Paul Berry
Base URL:
Comments: 7