magicalhobo / SWFWire

Flash Development Tools

Home Page:http://www.swfwire.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package level functions are not decompiled

magicalhobo opened this issue · comments

package com.swfwire.test
{
  public function broken():Boolean
  {
    return true;
  }
}

These functions show up in the class list, but show nothing when you click on them.