## Minimized code ```Scala object Main { def test[T] = ?//test } ``` ## Output  ## Expectation Only the `?` should be underlined. Also happens with multi line comments.