diff options
author | Antonio Dell'Annunziata <contact@antonio-da.dev> | 2022-07-29 10:21:11 +0200 |
---|---|---|
committer | Antonio Dell'Annunziata <contact@antonio-da.dev> | 2022-07-29 10:22:55 +0200 |
commit | 7b975b50dc0b7b54d9672ea00447d4a3a591a72f (patch) | |
tree | 1149aaf9819bcbaa38a9b6fd56d2bd34e0c0e3af /logo.svg | |
parent | 9869182e8a01f803208d319bce8087fd2ff035b4 (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 'logo.svg')
0 files changed, 0 insertions, 0 deletions