mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
copy reference testdata: avoid same class to be present simultaneously in the same package
This commit is contained in:
@@ -2,8 +2,4 @@ class XXX {
|
||||
void f() {
|
||||
new <caret>
|
||||
}
|
||||
}
|
||||
class C2 {
|
||||
public C2(int i) {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user