Tokenizer cannot distinguish between usage of "<" as separator (e.g. List<String>) or as operator (e.g. i<0)
Opened this issue · 0 comments
loiswells97 commented
I noticed that javalang.tokenizer.tokenize
wrongly idenifies "<" and ">" as operators when they are in fact separators if used in a return type e.g. List<String>