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

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

Issue 2954463002: Refactoring to prepare for kernel based jump targets (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
« no previous file with comments | « pkg/compiler/lib/src/kernel/native_basic_data.dart ('k') | pkg/compiler/lib/src/resolution/members.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..1287559a6f27d84906b94af8bd587596e4a7a984 100644
--- a/pkg/compiler/lib/src/kernel/types.dart
+++ b/pkg/compiler/lib/src/kernel/types.dart
@@ -57,7 +57,7 @@ class _KernelDartTypes extends DartTypes {
@override
FunctionType getCallType(InterfaceType type) {
- // TODO(johnniwinther): Compute the call type.
+ // TODO(redemption): Compute the call type.
return null;
}
@@ -107,13 +107,13 @@ abstract class _AbstractTypeRelationMixin
@override
DartType getTypeVariableBound(TypeVariableEntity element) {
- // TODO(johnniwinther): Compute the bound.
+ // TODO(redemption): Compute the bound.
return commonElements.objectType;
}
@override
FunctionType getCallType(InterfaceType type) {
- // TODO(johnniwinther): Compute the call type.
+ // TODO(redemption): Compute the call type.
return null;
}
« no previous file with comments | « pkg/compiler/lib/src/kernel/native_basic_data.dart ('k') | pkg/compiler/lib/src/resolution/members.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698