9b3bda610b
This constant evaluation is needed as default values of optional parameters of closures can reference local const variables which are not available in bytecode, so default value expressions can't be serialized without enclosing AST. Fixes test language_2/regress_18435_test in bytecode mode. Change-Id: I1530c5bae058865de8f40d6f636dd747ba407cc5 Reviewed-on: https://dart-review.googlesource.com/70581 Reviewed-by: Régis Crelier <regis@google.com> Commit-Queue: Alexander Markov <alexmarkov@google.com>