add member expression reassign test

This commit is contained in:
Sebastian McKenzie 2015-01-07 08:00:55 +11:00
parent 1cc606d4d0
commit a9af8d39a2
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,2 @@
import { foo } from "foo";
foo.bar = 1;

View File

@ -0,0 +1,3 @@
{
"throws": "Illegal assignment of module import"
}