Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Functions: Let length() function count only Expression or Value
Henceforth the check against HasValueProperty is not required and could be simplified to check only against valid concrete implementations. Only Expression and Value can have array values. Other type will gracefully produce "1" as result, same as before. Bug: T327082 Change-Id: I812a7e54ad2d9ed955043381a136ddc646cb0b7b
- Loading branch information