!TextGen not found for 'jetbrains.mps.lang.smodel.structure.SEnumMemberType'!
Hi, into a node substitute -> parameterized item I have used this to return a list of string:
I don't know if it's a bug.
In the meanwhile I'll revert to a foreach statement.
parameterized item
parameter type = string
query
(parentNode, currentTargetNode, childConcept, model, operationContext)->sequence<string> {
enum/JSUnaryOperator/.members.select({~it => it.value; });
}
But this way I get the error into the subject in ...actions/QueriesGenerated.java.I don't know if it's a bug.
In the meanwhile I'll revert to a foreach statement.
Please sign in to leave a comment.
parameterized item
parameter type = enummember<JSUnaryOperator>
query
(parentNode, currentTargetNode, childConcept, model, operationContext)->sequence<enummember<Bar>> {
enum/JSUnaryOperator/.members;
}