Index: pkg/compiler/lib/src/common/codegen.dart |
diff --git a/pkg/compiler/lib/src/common/codegen.dart b/pkg/compiler/lib/src/common/codegen.dart |
index 9860b0880ccb9c28b10af958c448068868cb0f78..8a26860cb77c12d90ed6b1a977c46c04224eefd5 100644 |
--- a/pkg/compiler/lib/src/common/codegen.dart |
+++ b/pkg/compiler/lib/src/common/codegen.dart |
@@ -251,4 +251,6 @@ class CodegenWorkItem extends WorkItem { |
registry = new CodegenRegistry(compiler, element); |
return compiler.codegen(this, world); |
} |
+ |
+ String toString() => 'CodegenWorkItem(${resolvedAst.element})'; |
} |