summaryrefslogtreecommitdiff
path: root/main/main.cpp
diff options
context:
space:
mode:
authorAntonio Dell'Annunziata <contact@antonio-da.dev>2022-07-29 10:21:11 +0200
committerAntonio Dell'Annunziata <contact@antonio-da.dev>2022-07-29 10:22:55 +0200
commit7b975b50dc0b7b54d9672ea00447d4a3a591a72f (patch)
tree1149aaf9819bcbaa38a9b6fd56d2bd34e0c0e3af /main/main.cpp
parent9869182e8a01f803208d319bce8087fd2ff035b4 (diff)
fix(gdscript): Fix infinite loop on type inferernce from super method calls
When infering the type from a `super()` call, the gdscript_editor didn't use the base class to search for the original implementation of the method, but instead searched in the extending class. This caused the same function to be analyzed for type inference which created the infinite loop. Solves #63592
Diffstat (limited to 'main/main.cpp')
0 files changed, 0 insertions, 0 deletions