На том же сайте:
Цитата:
mbd said on Feb 15, 2006 at 10:35 AM :
The Void return definition is incorrect. The reverse method actually returns the Array in question. This also includes the class file, which indicates Void, yet it REALLY does return the Array.
|
он прав:

Код:
var g:Array = [1,2,3]
var w = g.reverse()
trace(w instanceof Array) //true
с реверсом проблем нет так в противном случае была бы
Цитата:
|
The expression returned must match the function's return type.
|