@customElement({ name: 'child', template: `\${prop}` })
      class Child {
        @bindable()
        public prop = 0;
        public logCallCount = 0;