aboutsummaryrefslogtreecommitdiff
path: root/tests/expansion
AgeCommit message (Collapse)AuthorFilesLines
2016-11-23Implement value type propagation on expansionBoris Kolpackov3-0/+71
Currently, we only propagate types of sole, unquoted expansions (variable, function call, or eval context), similar to NULL. To untypify the value, simply quote it.