I'm still a happy user. There is only one problem I have not found a
solution. If I mock a class with properties of type Vector (see
below), I get "returnValue must be assignable from
AS3.vec:Vector.com.faindu....::Entry"
class AnyClass {
public function get anyProp():Vector. {
return ...
}
Reported by marc
I'm still a happy user. There is only one problem I have not found a solution. If I mock a class with properties of type Vector (see below), I get "returnValue must be assignable from AS3.vec:Vector.com.faindu....::Entry"
class AnyClass { public function get anyProp():Vector. {
return ...
}
}