Chromium Code Reviews| Index: pkg/analyzer/tool/summary/idl.dart |
| diff --git a/pkg/analyzer/tool/summary/idl.dart b/pkg/analyzer/tool/summary/idl.dart |
| index 42ee3f217f1270ce7f94d90269ecc69d2bbb7d24..8907058adc7a78854fa778ce67e6e3649e8e77e9 100644 |
| --- a/pkg/analyzer/tool/summary/idl.dart |
| +++ b/pkg/analyzer/tool/summary/idl.dart |
| @@ -456,7 +456,8 @@ enum UnlinkedConstOperation { |
| concatenate, |
| /** |
| - * Pop the top value from the stack, which should be a string, convert it to |
| + * Pop the top n values from the stack (where n is obtained from |
|
Paul Berry
2016/01/19 20:02:10
See my comments at summarize_elements.dart line 11
scheglov
2016/01/19 20:59:28
Done.
|
| + * [UnlinkedConst.ints]), which should be strings, convert them to |
| * a symbol, and push it back onto the stack. |
| */ |
| makeSymbol, |