Annoying Flash Bug

The other day, I was doing some flash programming, and ran into this error message:
“someCodeLibrary.as” Line 13 – ActionScript 2.0 class scripts may only define class or interface constructs.
“someCodeLibrary.as” Line 15 – ActionScript 2.0 class scripts may only define class or interface constructs.
… etc.
Basically, this error message was coming up for every line of someCodeLibrary.as.
Initially, [...]