[fixes #3529] Set real field initializer source

Eclipse copies the field initializer source code if it is a constant.
For generated nodes we have to read it from the ast node and not from
the source file.
This commit is contained in:
Rawi01
2023-11-06 17:34:21 +01:00
parent fd55c7aa93
commit f277791cf0
7 changed files with 193 additions and 3 deletions
@@ -0,0 +1,5 @@
package pkg;
@Annotation(Constants.Fields.test)
public class Usage {
}