Evgeniy Slobodkin
Results
3
comments of
Evgeniy Slobodkin
> This might be an issue based on the difference between the java 1.7 frontend of the legacy version and the java frontend of JPlag v3. I will look into...
I have added frontend for Java 1.7 to JPlag v.3. Maybe it's worth opening a PR with these changes?
Hi! I also faced with the similar problem, but maybe one more example would be useful: ```python from typing import Literal def f(x: Literal['a', 'b']) -> None: ... d =...