1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-20 14:45:44 +00:00

set has_type false if it is BUILTIN but Variant::NIL

This commit is contained in:
emre0altan
2024-02-06 13:25:00 +00:00
parent d3352813ea
commit 081fa324fd
3 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
func test():
match null:
null:
print('null matched')
_:
pass