On Wed, 19 May 2021 13:29:57 GMT, Pavel Rappo <pra...@openjdk.org> wrote:

> ```
> #foo(int
> #foo(int)x
> F<T
> ```

Missing closing parenthesis is tested in `UnterminatedSignature`. I've added 
`UnterminatedSignature1` for the missing right angle bracket case. Text after 
closing parens is handled in `RefBadParens1` (it doesn't matter which character 
follows the closing parenthesis; I changed the test reference to look more like 
the one above).

-------------

PR: https://git.openjdk.java.net/jdk/pull/4068

Reply via email to