godot/modules/gdscript/tests/scripts/parser/errors/missing_colon.gd

4 lines
60 B
GDScript

func test():
if true # Missing colon here.
print("true")