Update TGGCompilerUtils.xtend

Fixed problem that enum values are wrapped in quotes
This commit is contained in:
Dennis Wolters 2023-01-14 23:27:47 +01:00 committed by GitHub
parent 43071249fa
commit c793d6596a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ class TGGCompilerUtils {
if(value instanceof PrimitiveBoolean) return '''«value.^true»'''
if(value instanceof EnumValue) return '''"«value.literal.name»"'''
if(value instanceof EnumValue) return '''«value.literal.name»'''
if (value instanceof AttributeExpression) {
// node::<target>