google / streamy-dart

Apache License 2.0
60 stars 23 forks source link

When creating a DartType for a list field, pass the withPrefix parameter... #258

Closed dgresham closed 10 years ago

dgresham commented 10 years ago

... to the recursive call so we don't end up incorrectly qualifying the generic type.

alxhub commented 10 years ago

LGTM.

I made the same fix in my pending #255 as part of debugging the tests. It should be committed separately, though.