eclipse-jdt / eclipse-jdt/eclipse.jdt.core

No type completions after case keyword in switch expressions/statements with type pattern matching

Open
#2,260 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
237
Forks
195
Avg merge
1d 12h
Merged PRs (30d)
47

Description

Given the source code

```
Number n;

switch(n) {
case
}
```

No type completions are provided after `case `

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.