daniellansun / groovy-parser

Yet another new parser for Groovy programming language(project code: Parrot)
Apache License 2.0
97 stars 11 forks source link

Test fails due to reservation of '/' symbol #126

Open dolphin323 opened 1 year ago

dolphin323 commented 1 year ago

I was trying to build the parser but got an error (java.lang.ClassFormatError: Illegal method name) . After removing '/' symbol from test names all tests are passed and build was successful.