Details
-
Technical task
-
Resolution: Invalid
-
P2: Important
-
None
-
None
Description
While highlighting of type annotations in function argument and return types works fine, the type annotation within body doesn't work atm.
function () : int
{ // works var: string x = ""; // doesn't work }