mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 15:50:49 +07:00
GitOrigin-RevId: 95a81fcd1546afec31afc2a044a9ba5fa1337411
10 lines
211 B
Java
10 lines
211 B
Java
// "Fix all 'Nullability and data flow problems' problems in file" "true"
|
|
class Main {
|
|
void t() {
|
|
int i = 5;
|
|
switch(i) {
|
|
// Apply 'Fix all problems in the file'
|
|
}
|
|
}
|
|
}
|