This was me, and was needed for reflection support into static members. @expose is supposed to be deprecated, but currently seems to be the only option that works for statics. Josh discovered this a while back I think, with static accessors.
I will check this test now, I thought I had them all updated. cheers Greg On Wed, Sep 28, 2016 at 3:46 AM, Christofer Dutz <christofer.d...@c-ware.de> wrote: > Hi, > > > it seems some recent changes broke things in the test-suite. I am getting > failures in TestFlexJSClass. > > For: > > > org.apache.flex.compiler.internal.codegen.js.flexjs. > TestFlexJSClass#testConstants > > > and > > > org.apache.flex.compiler.internal.codegen.js.flexjs. > TestFlexJSClass#testMethods > > > it seems @export was changed to @expose ... would be cool if someone who > knows what happened here could fix that. > > > Chris >