New facade. Rudimentary tests.

This commit is contained in:
back2dos
2013-09-25 14:32:19 +02:00
parent 4054939a7c
commit cd15e4b00c
15 changed files with 330 additions and 349 deletions

5
tests/Arrayish.hx Normal file
View File

@@ -0,0 +1,5 @@
package ;
class Arrayish implements ArrayAccess<Int> {
public var length:Int;
}