mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 15:50:53 +07:00
test++
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class Test {
|
||||
void foo(String[] ss) {
|
||||
for(int i = 0; i < ss.length; i++) {
|
||||
<selection>ss[i] = "";</selection>
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user