It should be possible to check whether there are two or more lines. ``` auto a = 1; auto b = 2; ``` or: `` auto a() { } auto b { } ``` This is also an guideline from Phobos. ```