Files
engine/modules/gdscript/tests/scripts/parser/errors/lambda_standalone.gd
T

4 lines
62 B
GDScript
Raw Normal View History

2022-05-23 12:25:03 -03:00
func test():
func standalone():
print("can't be accessed")