set has_type false if it is BUILTIN but Variant::NIL
This commit is contained in:
parent
d3352813ea
commit
081fa324fd
3 changed files with 9 additions and 1 deletions
|
|
@ -0,0 +1,6 @@
|
|||
func test():
|
||||
match null:
|
||||
null:
|
||||
print('null matched')
|
||||
_:
|
||||
pass
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
GDTEST_OK
|
||||
null matched
|
||||
Loading…
Add table
Add a link
Reference in a new issue