mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
adding an instanceof test for constructors-called-with-splats
This commit is contained in:
parent
c3410e722e
commit
c6e1a96882
1 changed files with 1 additions and 0 deletions
|
@ -168,4 +168,5 @@ class Connection
|
|||
|
||||
list: [3, 2, 1]
|
||||
conn: new Connection list...
|
||||
ok conn instanceof Connection
|
||||
ok conn.out() is '3-2-1'
|
||||
|
|
Loading…
Add table
Reference in a new issue