cincheo / jsweet

A Java to JavaScript transpiler.
http://www.jsweet.org
Other
1.46k stars 160 forks source link

JSweet 3: Object.equals is broken on generic type params #559

Closed lgrignon closed 4 years ago

lgrignon commented 4 years ago

Trying to transpile the example from this comment: #519 (comment)

will cause an error (L12 in Java source).

JSweet 3 doesn't recognize equals method on generic type parameter.