-
Bug
-
Resolution: Fixed
-
P3
-
repo-panama
-
generic
-
generic
See also: https://mail.openjdk.java.net/pipermail/panama-dev/2019-May/005268.html
Simple test case:
enum {
Foo
};
#define Foo 344
jextract generates "Foo" method (and static final constant for static forwarder) twice and so resulting code fails to compile.
Simple test case:
enum {
Foo
};
#define Foo 344
jextract generates "Foo" method (and static final constant for static forwarder) twice and so resulting code fails to compile.