Skip to content

Commit

Permalink
include parser test
Browse files Browse the repository at this point in the history
  • Loading branch information
drslump committed Dec 30, 2013
1 parent 61f2f96 commit 2eafe68
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/testcases/parser/end_identifier.boo
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
public class T:
public end as object
public override def ToString() as string:
return "$(self.end)"

t = T(end: 'foo')
print t

0 comments on commit 2eafe68

Please sign in to comment.