You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2022/01/18 21:25:21 UTC

[GitHub] [royale-compiler] greg-dove commented on issue #207: Typed Functions with signatures

greg-dove commented on issue #207:
URL: https://github.com/apache/royale-compiler/issues/207#issuecomment-1015847111


   > ```actionscript-3
   > var fun:Function.<(ev:Event):void> = function(ev:Object):void {};
   > ```
   
   @joshtynjala  would that not be?:
   
   ```actionscript-3
   var fun:Function.<(ev:Object):void> = function(ev:Event):void {};
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@royale.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org