You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Take extension methods into account when checking positions.
2. Fix position of empty type tree in method definition
Without this measure, the empty type tree gets the end position of
the preceding element. For an extension method with type parameters
this is the extension parameter list, but it should be the type parameters.
Fixing the position explicitly fixes the problem.
0 commit comments