Skip to content

Fix static functions loop using class' functions in Language Server

Created by: Razoric480

Fixes #35672 (closed)

Besides leading to incorrect output, it also caused a hard editor crash for purely static classes or classes with more static functions than methods due to an index out of range error.

Merge request reports