DescriptionFurther integration of front end type inference into analyzer.
This CL propagates types from top level variable declarations into
analyzer ASTs.
This required adding a finishFields method to parser listeners (and a
corresponding method DietListener.listenerFinishFields which calls
it); this allows AnalyzerDietListener to thread the types through from
the BodyBuilder to the AstBuilder. This is similar to what we were
already doing for methods.
R=scheglov@google.com
Committed: https://github.com/dart-lang/sdk/commit/a93aee1a08135797a0cbae100bdcf68640e08be4
Patch Set 1 #
Messages
Total messages: 5 (2 generated)
|