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