Add test case for object properties

This commit is contained in:
Peeyush Kushwaha 2017-06-18 01:30:46 +05:30
parent 38c417e971
commit b7c1c559c7
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,5 @@
var o = {
@baz
foo() {
}
}

View File

@ -0,0 +1,3 @@
{
"throws": "Stage 2 decorators disallow object literal property decorators (2:2)"
}