Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

🐛 Fix 'constructor' boundary #393

Merged
merged 2 commits into from
Aug 21, 2016
Merged

🐛 Fix 'constructor' boundary #393

merged 2 commits into from
Aug 21, 2016

Conversation

MaximSokolov
Copy link
Contributor

@MaximSokolov MaximSokolov commented Aug 4, 2016

a = {
  constructorABC: {}
};

Fixes #391

```js
a = {
  constructorABC: {}
};
```
@winstliu
Copy link
Contributor

winstliu commented Aug 4, 2016

I think this deserves some specs.

@MaximSokolov
Copy link
Contributor Author

Done: 883e1e0

@winstliu winstliu merged commit c4f7a5f into atom:master Aug 21, 2016
@MaximSokolov MaximSokolov deleted the fix-constructor-boundary branch March 3, 2018 16:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants