I think it's expecting dynamc arrays, not static ones. Auto is making them static.
BTW, this probably should not be true, I would guess that static arrays should be intersectable, of course the return type would have to be a dynamic array. When will static arrays be first class? *sigh*
-Steve
