Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
godotengine
Edit Copy
Star
GitHub Repository:
godotengine/godot
Path:
blob/master/modules/gdscript/tests/scripts/analyzer/warnings/confusable_local_declaration.gd
1
0
2
8
6
views
func test(): if true: var a = 1 print(a) var a = 2 print(a)