X-Sharp / XSharpPublic

Public repository for the source code for the XSharp Compiler, Runtime, Project System and Tools.
Apache License 2.0
93 stars 36 forks source link

Mouse tooltips do not work for generic functions (<T>-like) #861

Open Serggio opened 2 years ago

Serggio commented 2 years ago

image

RobertvanderHulst commented 2 years ago

Serggio, In this case the <INT> is not needed for AAdd(): the compiler knows that aInts is an ARRAY OF INT, so it automatically resolves the function to AAdd<INT>().