|
the lexer was comparing nestingDepth and classDepth, but that does'n't work in this case. So I introduced annotationDepth to hold its state Applied patch from Robert Scholte. AnnotationsModelTest contains corresponding test, which hasn't been activated yet. Final assertEquals should be removed since the test doesn't contain the X-annotation anymore. |
|||||||||||||||||||||||||||||||||||||||||||
I've added the test as failing to AnnotationsModelTest. I think the @X() annotation before the method does not affect the test