2018-01-12 09:19:11 -06:00

4 lines
48 B
JavaScript

interface A {
@@iterator(): Iterator<File>;
}