Files
engine/modules/gdscript/tests/scripts/analyzer/features/gdscript_to_preload.gd
T

8 lines
66 B
GDScript
Raw Normal View History

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