| Index: pkg/polymer/test/build/common.dart
|
| diff --git a/pkg/polymer/test/build/common.dart b/pkg/polymer/test/build/common.dart
|
| index ab78e75bf57ec59c6262339634cc1e9d97ba5fb7..14fc1b5ca4cdb2a586f43476a3f57bd181d29937 100644
|
| --- a/pkg/polymer/test/build/common.dart
|
| +++ b/pkg/polymer/test/build/common.dart
|
| @@ -187,6 +187,10 @@ const POLYMER_MOCKS = const {
|
| 'part of polymer;\n'
|
| 'class PublishedProperty { const PublishedProperty(); }\n'
|
| 'const published = const PublishedProperty();\n'
|
| + 'class ComputedProperty {'
|
| + ' final String expression;\n'
|
| + ' const ComputedProperty();'
|
| + '}\n'
|
| 'class ObserveProperty { const ObserveProperty(); }\n'
|
| 'abstract class Polymer {}\n'
|
| 'class PolymerElement extends HtmlElement with Polymer {}\n',
|
|
|