Revert "GDScript: Add warnings that are set to error by default"
This reverts commit a166833bfa.
This caused multiple regressions.
Needs to be redone with more testing before merge.
Fixes #72501.
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
func test():
|
||||
var inferred_with_variant := return_variant()
|
||||
print(inferred_with_variant)
|
||||
|
||||
func return_variant() -> Variant:
|
||||
return "warn"
|
||||
Reference in New Issue
Block a user