Property
multiLines
Indicates whether this statement spans multiple lines.
var multiLines: Bool { get }
Discussion
Multi-line statements typically include control flow constructs (for, if, let) that introduce indentation and newlines. Single-line statements (text, expression) generate inline content.