ethanblake4 / dart_eval

Extensible Dart interpreter for Dart with full interop
https://pub.dev/packages/dart_eval
BSD 3-Clause "New" or "Revised" License
334 stars 40 forks source link

Fixed bridge subclass issue and Iterable functions #206

Open Noobware1 opened 5 months ago

Noobware1 commented 5 months ago

I don't know if this is the ideal solution, so I would appreciate it if you could tell me if there's anything wrong with the code.

ethanblake4 commented 5 months ago

I'm not sure how the test you wrote here would actually test this issue. I think MyTestClass2 should extend MyTestClass1 instead of TestClass right?

Noobware1 commented 4 months ago

How's this solution?