Add end of statement mark if a line ends with 'return' This is to avoid ambiguity in parser.
List<String> get autoSemicolonInsertionAtLineEnd => [ kReturn, ];