On Mon, 19 Jan 2026 15:42:46 GMT, Jan Lahoda <[email protected]> wrote:

> Fixing behavior in two cases:
> - `String! str = ""` (i.e. missing semicolon) should work. This is achieved 
> by fixing the completion analysis to report the snippet as 
> `COMPLETE_WITH_SEMI`.
> - `String! str` (i.e. missing initializer). This should produce an error 
> saying initializer is required, achieved by not using the null initializer in 
> this case.

lgtm

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

Marked as reviewed by vromero (Committer).

PR Review: 
https://git.openjdk.org/valhalla/pull/1932#pullrequestreview-3683215479

Reply via email to