GDScript: Fix typing of lambda functions
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
func test():
|
||||
var lambda := func(unused: Variant) -> void:
|
||||
pass
|
||||
lambda.call()
|
||||
Reference in New Issue
Block a user