ERROR | the NEW keyword is not allowed in this context |
CAUSE | The NEW keyword is not followed by an call to a constructor method. |
ACTION | Remove the NEW keyword, or make sure the expression following it is a constructor call. |
ERROR | the NEW keyword is not allowed in this context |
CAUSE | The NEW keyword is not followed by an call to a constructor method. |
ACTION | Remove the NEW keyword, or make sure the expression following it is a constructor call. |