dart-archive / smoke

Smoke is a Dart package that exposes a reduced reflective system API. This API includes accessing objects in a dynamic fashion (read properties, write properties, and call methods), inspecting types (for example, whether a method exists), and symbol/string convention.
https://pub.dartlang.org/packages/smoke
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

Clean up for strong mode #29

Closed stevemessick closed 8 years ago

stevemessick commented 8 years ago

@jakemac53 @sigmundch

Working on strong-mode clean-up.

I see I forgot to run the formatter. I'll do that before committing, but I'm almost certain this will need revision, anyway.

jakemac53 commented 8 years ago

Looks good generally, just a few comments

stevemessick commented 8 years ago

PTAL

stevemessick commented 8 years ago

PTAL. List copies deleted; generic annotations added.

sigmundch commented 8 years ago

lgtm, thanks!