JoostK ce879fc416 refactor(compiler-cli): more accurate reporting of complex function call ()
This commit introduces a dedicated `DynamicValue` kind to indicate that a value
cannot be evaluated statically as the function body is not just a single return
statement. This allows more accurate reporting of why a function call failed
to be evaluated, i.e. we now include a reference to the function declaration
and have a tailor-made diagnostic message.

PR Close 
2020-06-25 14:16:35 -07:00
..