## Compiler version 3.3.0-RC2 ## Minimized code ```Scala for { a <- List(1) b <- List(a) if ( a, b, ) == (1, 2) } yield b ``` ## Output second `b`'s span will include the trailing coma. This shows up both when using Interactive as well in semanticdb ## Expectation Trailing coma is excluded from span