1
0
Fork 0
godot/modules/gdscript/tests/scripts/analyzer/features/gdscript_to_preload.gd

8 lines
66 B
GDScript

const A := 42
func test():
pass
func something():
return "OK"