Declined
Details
Assignee
David MillerDavid MillerReporter
importimportPriority
Major
Details
Details
Assignee
David Miller
David MillerReporter
import
importPriority

Created October 10, 2014 at 6:46 AM
Updated October 13, 2014 at 4:19 AM
Resolved October 13, 2014 at 4:19 AM
When implementing an interface with reify there seems to be a problem when trying to access the reifyed property from Clojure. Here's how to reproduce:
causes
Using
works, though.
Note that using interface System.IAsyncState in the example is arbitrary, I just chose some platform interface with properties.