You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-04 17:04:49 +00:00
Fix GDScript analyzer null literal
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# https://github.com/godotengine/godot/issues/61159
|
||||
|
||||
func get_param():
|
||||
return null
|
||||
|
||||
func test():
|
||||
var v = get_param()
|
||||
v = get_param()
|
||||
print(v)
|
||||
@@ -0,0 +1,2 @@
|
||||
GDTEST_OK
|
||||
<null>
|
||||
Reference in New Issue
Block a user