DescriptionAdd type inference for break and continue statements.
Note that no actual type inference needs to be performed, but we still
need to implement the _inferStatement() methods so that we can get rid
of the hack in KernelTypeInferrer.inferStatement. Also, we need to
call into the listener so that once this logic is hooked into
AstBuilder, analyzer will stay in sync with type inference.
R=scheglov@google.com
Committed: https://github.com/dart-lang/sdk/commit/2f7c6d61f516c1a6df55eba065375854f4723c7c
Patch Set 1 #Messages
Total messages: 5 (2 generated)
|