Skip to content

Function within Function : Error: Compiler crashed with code: 1. #112

@sushihangover

Description

@sushihangover

Error: Compiler crashed with code: 1.

Valid ActionScript:

package
{
    public class MainClass
    {
        public static function Main():void
        {
            hello();
            function hello():void {
                trace("hello");
            }
        }
    }
}

Output:

[trace] hello

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions