janino-compiler / janino

Janino is a super-small, super-fast Java™ compiler.
http://janino-compiler.github.io/janino
Other
1.25k stars 208 forks source link

Redefinition of constructors and methods allowed. #195

Closed JohnKranz closed 1 year ago

JohnKranz commented 1 year ago
public Test(int i){}

public Test(int i){}

public void test(int i){}

public void test(int i){}

It shouldn't pass the compilation.

aunkrig commented 1 year ago

Fixed. Please test.