autoSemicolonInsertionAtLineEnd property

List<String> get autoSemicolonInsertionAtLineEnd

Add end of statement mark if a line ends with 'return' This is to avoid ambiguity in parser.

Implementation

List<String> get autoSemicolonInsertionAtLineEnd => [
      kReturn,
    ];