mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 19:29:30 +07:00
move JoinLinesTest to java-tests
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class C {
|
||||
private void f(int p) {
|
||||
int i;
|
||||
if (p==0) <caret>return;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user