magicalhobo / SWFWire

Flash Development Tools

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Constructor should not be typed

magicalhobo opened this issue · comments

This code:

public class SWFCorpse extends Sprite
{
    public function SWFCorpse() {}
}

decompiles into:

public class SWFCorpse extends Sprite
{
    public function SWFCorpse():* {}
}

Fixed.