Allow patterns like `s"$\_"` and `s"${_}"`. It would be nice if this worked: ``` val q"$foo(..$_)" = x ``` How many distinct uses of underscore does this make?