missing-colon.gd 69 B

123
  1. func test():
  2. if true # Missing colon here.
  3. print("true")