New facade. Rudimentary tests.
This commit is contained in:
5
tests/Arrayish.hx
Normal file
5
tests/Arrayish.hx
Normal file
@@ -0,0 +1,5 @@
|
||||
package ;
|
||||
|
||||
class Arrayish implements ArrayAccess<Int> {
|
||||
public var length:Int;
|
||||
}
|
Reference in New Issue
Block a user