one small inconsistency in the formatting:
# Input:
var test: String:
get():
return ""
set(value):
return
# Output:
var test: String:
get ():
return ""
set(value):
return
imo, we should get rid of the space between 'get' and '()' since normal functions don't have that type of space.
Originally posted by @portlek in #302
Originally posted by @portlek in #302