Error 1199: type parameters with a non-parameterized type

Google reveals nothing relevant.

The compiler keeps yelling at my first line “package aRenberg.utils”, and I don’t see anything wrong with it.

Does anyone have any idea what this error even means? I’ll upload the code if needed, and I’m using a heavy amount of ASDoc if it makes any difference.

EDIT: I might have isolated it. If I comment out “import flash.utils.Dictionary;” the error goes away, and it moves on to other errors, however, one of the errors is “1046: Type was not found or was not a compile-time constant: Dictionary.”

This is driving me batty, and I’m getting tired.