Property with inline code must go to an indented block

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By gonzalezharry

Hi! I’m setting a variable with a setter function, but as soon as I write the declaration of the variable I get the error “Property with inline code must go to an indented block”
Anyone knows what could be causing this? Or what does this mean?
Thank you very much in advance!

:bust_in_silhouette: Reply From: gonzalezharry

I was missing an equal sign betwen set and the callable name (set = highlight_tile) Sorry.