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

4 lines
40 B
GDScript
Raw Normal View History

func test() {
print("Hello world!");
}