Just including the library and mixing it in with using, but not actually using it, on haxe 3.2.1 I get this compiler warning:
HaxeWrapper.hx:73: C:\HaxeToolkit\haxe\lib\mockatoo/3,2,1/mockatoo/internal/MockMethod.hx:334: characters 44-52 : Warning : Usage of this typedef is deprecated
Although judging from #48 it seems this has been around since a bit earlier than haxe 3.2.1 (3.2, namely).
Just including the library and mixing it in with
using, but not actually using it, on haxe 3.2.1 I get this compiler warning:HaxeWrapper.hx:73: C:\HaxeToolkit\haxe\lib\mockatoo/3,2,1/mockatoo/internal/MockMethod.hx:334: characters 44-52 : Warning : Usage of this typedef is deprecatedAlthough judging from #48 it seems this has been around since a bit earlier than haxe 3.2.1 (3.2, namely).