class Test def main is shared s as String? = 'a' s += 'b' # aug assignment on nilable is okay assert s=='ab'