dart-sdk/pkg/compiler/lib
Mayank Patke 1cec77f0a6 [dart2js] Fix impliedClasses logic during RTI resolution.
This code was inadvertently falling through to the `throw` if `VoidType`
was encountered (although this case currently never happens). In
addition, we were missing cases for some of the newer `DartType`s.

This CL fixes those cases and removes Object from the classes implied by
`DynamicType`.

Change-Id: Ibfecd92c0113d11eb8870d511d60cbc34ac1bfa0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/159020
Commit-Queue: Mayank Patke <fishythefish@google.com>
Reviewed-by: Stephen Adams <sra@google.com>
2020-08-18 23:20:00 +00:00
..
src [dart2js] Fix impliedClasses logic during RTI resolution. 2020-08-18 23:20:00 +00:00
compiler.dart Remove unused package-root option and configuration from dart2js 2020-03-26 16:49:34 +00:00
compiler_new.dart Cleanup library-loader: rename as kernel producer, remove some dependencies 2018-11-21 17:59:18 +00:00