add VirtualPropertyExpression generator test

This commit is contained in:
Sebastian McKenzie 2014-11-23 21:43:39 +11:00
parent 32f8f9e663
commit 2ecceaac45
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
foo::bar;
foo::bar = baz;
delete foo::bar;

View File

@ -0,0 +1,3 @@
foo::bar;
foo::bar = baz;
delete foo::bar;