In the following example, x is marked:
x
/** * * @param x This parameter does not exist on function `test` */ def test(i: Int): Unit = { }