Update chrome-devtools baseline

Now it turns out that we don't support Closure's property declaration
style, which doesn't require assignment in the constructor:

```js
class C {
  constructor() {
    /** @type {number} */
    this.n
  }
}
```

This means that we still miss basically all the properties of class.

Also the 'conflicting declarations' message still mentions absolute
paths :(
This commit is contained in:
Nathan Shively-Sanders 2017-11-21 10:41:13 -08:00
parent 418274ecb4
commit 1d1a7d8353

File diff suppressed because it is too large Load diff