1006: A super expression can be used only inside class instance methods.


Description of Error

You’re attempting to call super.someMethod() from a static method in a child class, or from outside the package definition.

Adobe’s Official Writeup

No commentary offered.

  1. No comments yet.

You must be logged in to post a comment.

  1. No trackbacks yet.