mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-23 19:42:48 +07:00
6bd95c28cc
GitOrigin-RevId: 93f5b6e974986efb0de86566875d77dc821ffea5
6 lines
96 B
Java
6 lines
96 B
Java
// "Remove expression" "true"
|
|
public class Main {
|
|
public void test() {
|
|
2 <caret>+ 2;
|
|
}
|
|
} |