mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-23 07:11:04 +07:00
6bd95c28cc
GitOrigin-RevId: 93f5b6e974986efb0de86566875d77dc821ffea5
6 lines
84 B
Java
6 lines
84 B
Java
// "Remove statement" "true"
|
|
class Test {
|
|
void test(int x) {
|
|
//comment
|
|
}
|
|
} |