Optional field access on a union of record and map #17942
Labels
Points/1
Equivalent to one day effort
Priority/Low
Team/CompilerFE
All issues related to Language implementation and Compiler, this exclude run times.
Type/NewFeature
Type/SpecDeviation
Description:
The spec says for "Optional field access expression"
For point 2, currently we allow optional field access only on a union of records, if at lease one record has a field by the identifier. We don't allow the same, if at least one member is a map. Should we allow this?
Steps to reproduce:
Affected Versions:
1.0.0-beta-SNAPSHOT - 15th August build
The text was updated successfully, but these errors were encountered: