godot/modules/gdscript/tests
George Marques 3155368093
GDScript: Add lambdas to the type analyzer
- Lambdas are always callables (no specific signature match).
- Captures from the current context are evaluated.
2021-04-28 10:56:16 -03:00
..
scripts Add runner for GDScript testing 2021-04-08 09:34:59 -03:00
gdscript_test_runner.cpp Remove uses of auto for better readability and online code reviews 2021-04-26 14:59:28 +02:00
gdscript_test_runner.h Add runner for GDScript testing 2021-04-08 09:34:59 -03:00
gdscript_test_runner_suite.h Add runner for GDScript testing 2021-04-08 09:34:59 -03:00
test_gdscript.cpp GDScript: Add lambdas to the type analyzer 2021-04-28 10:56:16 -03:00
test_gdscript.h Add runner for GDScript testing 2021-04-08 09:34:59 -03:00