Index: pkg/compiler/lib/src/cps_ir/cps_ir_nodes.dart |
diff --git a/pkg/compiler/lib/src/cps_ir/cps_ir_nodes.dart b/pkg/compiler/lib/src/cps_ir/cps_ir_nodes.dart |
index 7577607f062056a00bce0f78539f6b0207445989..3dab02fd983efdb28d824ecf599cff9958a666dd 100644 |
--- a/pkg/compiler/lib/src/cps_ir/cps_ir_nodes.dart |
+++ b/pkg/compiler/lib/src/cps_ir/cps_ir_nodes.dart |
@@ -329,6 +329,9 @@ class InvokeMethod extends Expression implements Invoke { |
/// invocations to intercepted methods, where the effective receiver is instead |
/// passed as a formal parameter. |
/// |
+/// TODO(sra): Review. A direct call to a method that is mixed into a native |
+/// class will still require an explicit argument. |
+/// |
/// When targeting Dart, this instruction is used to represent super calls. |
/// Here, [receiver] must always be a reference to `this`, and [target] must be |
/// a method that is available in the super class. |