1
0
forked from Mirror/wren
Files
wren/test/core
Bob Nystrom fcf4197139 Add Object.same(_,_) to access built-in equality even for classes that may override ==.
Had to add a new metaclass for Object since it now has its own static method so we
can't just use Class as its metaclass. (We don't want *every* class to have a same(_,_)
static method.)
2015-05-01 07:55:28 -07:00
..
2015-04-03 11:22:34 -07:00
2015-03-17 07:00:54 -07:00
2015-03-19 21:12:50 +01:00
2015-04-03 11:22:34 -07:00
2015-04-03 11:22:34 -07:00