mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
infer nullity: check for switch conditions (IDEA-61451)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import org.jetbrains.annotations.*;
|
||||
|
||||
public class Infer {
|
||||
enum E {;
|
||||
}
|
||||
|
||||
void trySwitchEnum(@NotNull E e) {
|
||||
switch (e) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user