Chromium Code Reviews| Index: runtime/lib/error.dart |
| =================================================================== |
| --- runtime/lib/error.dart (revision 5247) |
| +++ runtime/lib/error.dart (working copy) |
| @@ -38,7 +38,7 @@ |
| str = str + |
| "type '$srcType' is not assignable to type '$dstType' of '$dstName'."; |
| } else { |
| - str = str + "malformed type used in type test."; |
| + str = str + "malformed type used."; |
|
srdjan
2012/03/09 20:48:28
While you are here: remove String + operator.
regis
2012/03/09 21:08:37
Done.
|
| } |
| return str; |
| } |