Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make sure to test simultaneous declarations
  • Loading branch information
hoelzro committed Jul 10, 2014
1 parent 934073d commit 1328fe9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions S26-TODO
Expand Up @@ -54,3 +54,7 @@ has $.first; has $.second; #= comment
has #= comment
$.attribute #= another comment
= 17;

class Test {
has ($.foo, $.bar);
}

0 comments on commit 1328fe9

Please sign in to comment.