SyntaxFix
Write A Post
Hire A Developer
Questions
I got the same error but it was due to me not creating a default constructor. If you haven't already tried that, create the default constructor like this:
public TestClass() {
}