Cast operator (.as<...>
) in expression language prevents errors reporting
#1130
Labels
.as<...>
) in expression language prevents errors reporting
#1130
Take the following KSY:
When
.as<u1>
part is missing, the error is reported, as it should:... but when it is present, that code is generated:
I checked several fields where expressions is allowed and the same behavior is observed in each case.
The text was updated successfully, but these errors were encountered: