Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(120)

Unified Diff: pkg/compiler/lib/src/kernel/types.dart

Issue 2954493002: Less inequivalence on Hello World! (Closed)
Patch Set: Updated cf. comments Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/compiler/lib/src/kernel/types.dart
diff --git a/pkg/compiler/lib/src/kernel/types.dart b/pkg/compiler/lib/src/kernel/types.dart
index a0f6268c6a917bcfa7c4044ebbc96ae97976ca0b..5abe4907ae2723e9627f3e7ffe4fca0f87ad4f6f 100644
--- a/pkg/compiler/lib/src/kernel/types.dart
+++ b/pkg/compiler/lib/src/kernel/types.dart
@@ -46,6 +46,11 @@ class _KernelDartTypes extends DartTypes {
}
@override
+ Iterable<InterfaceType> getInterfaces(ClassEntity cls) {
+ return elementMap._getInterfaces(cls);
+ }
+
+ @override
InterfaceType asInstanceOf(InterfaceType type, ClassEntity cls) {
return elementMap._asInstanceOf(type, cls);
}
« no previous file with comments | « pkg/compiler/lib/src/kernel/element_map_impl.dart ('k') | pkg/compiler/lib/src/resolution/resolution_strategy.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698