Language Flash ActionScript

package com.example.shape
{
    public function testShapes():void
    {
        trace("test the shapes here...");
    }
}