Open darmie opened 2 years ago
I get this error when I use Signal1 class Signal.hx:159: characters 30-38 : Don't know how to cast (dyn):void to ():void
Signal1
Signal.hx:159: characters 30-38 : Don't know how to cast (dyn):void to ():void
Replace all untyped with cast in Signal1.hx file to fix.
untyped
cast
I get this error when I use
Signal1
classSignal.hx:159: characters 30-38 : Don't know how to cast (dyn):void to ():void