remove invalid ObjectPattern assignment

This commit is contained in:
Sebastian McKenzie
2014-11-10 00:19:37 +11:00
parent 7adc919bb6
commit c61c9aab56
2 changed files with 0 additions and 10 deletions

View File

@@ -1,5 +0,0 @@
({ t: t }) = obj;
({
t: { C: C }
}) = obj;
({ a, b, c }) = obj;

View File

@@ -1,5 +0,0 @@
({ t: t }) = obj;
({
t: { C: C }
}) = obj;
({ a, b, c }) = obj;