mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
adding an instanceof test for constructors-called-with-splats
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user