mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 06:39:38 +07:00
9 lines
121 B
Java
9 lines
121 B
Java
// "Safe delete 'i'" "true-preview"
|
|
import java.io.*;
|
|
|
|
class a {
|
|
private void run(int i1, int <caret>i, int ee) {
|
|
}
|
|
}
|
|
|