mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
copy reference: fix isReferenceTo check (IDEA-152601)
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
class XXX {
|
||||
void f() {
|
||||
new
|
||||
}
|
||||
}
|
||||
class C2 {
|
||||
public <caret>C2(int i) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user