seaneagan / unscripted

Define command-line interfaces using ordinary dart methods and classes.
BSD 3-Clause "New" or "Revised" License
23 stars 10 forks source link

dart:mirror closurization operator removed #50

Closed seaneagan closed 10 years ago

seaneagan commented 10 years ago

Unscripted was using CloassMirror's [] operator to closurize a class's parse method when it existed. Can't find when it was removed.