mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
remove unresolved irrelevant references from completion test data
GitOrigin-RevId: b6906281d2dad6ee7f4500496d570964ecdbeccc
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8a6a967e44
commit
8e77928299
+1
-1
@@ -1,4 +1,4 @@
|
||||
public class TestCase extends Zzz {
|
||||
public class TestCase {
|
||||
|
||||
Object ooo() {}
|
||||
|
||||
|
||||
+2
-2
@@ -1,4 +1,4 @@
|
||||
public class TestCase extends Zzz {
|
||||
public class TestCase {
|
||||
|
||||
Object ooo() {}
|
||||
|
||||
@@ -6,6 +6,6 @@ public class TestCase extends Zzz {
|
||||
if (!(ooo() instanceof String)) {
|
||||
return;
|
||||
}
|
||||
Object s = o<caret>
|
||||
Object s = oo<caret>
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
public class TestCase extends Zzz {
|
||||
public class TestCase {
|
||||
|
||||
Object ooo() {}
|
||||
|
||||
|
||||
+2
-2
@@ -1,10 +1,10 @@
|
||||
public class TestCase extends Zzz {
|
||||
public class TestCase {
|
||||
|
||||
Object ooo() {}
|
||||
|
||||
{
|
||||
((String) ooo()).toString();
|
||||
|
||||
String s = o<caret>
|
||||
String s = oo<caret>
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
public class TestCase extends Zzz {
|
||||
public class TestCase {
|
||||
|
||||
Object ooo() {}
|
||||
|
||||
|
||||
+2
-2
@@ -1,4 +1,4 @@
|
||||
public class TestCase extends Zzz {
|
||||
public class TestCase {
|
||||
|
||||
Object ooo() {}
|
||||
|
||||
@@ -6,6 +6,6 @@ public class TestCase extends Zzz {
|
||||
if (!(ooo() instanceof String)) {
|
||||
return;
|
||||
}
|
||||
String s = o<caret>
|
||||
String s = oo<caret>
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
public class TestCase extends Zzz {
|
||||
public class TestCase {
|
||||
boolean foo(String s) {
|
||||
}
|
||||
|
||||
|
||||
+2
-2
@@ -1,11 +1,11 @@
|
||||
public class TestCase extends Zzz {
|
||||
public class TestCase {
|
||||
boolean foo(String s) {
|
||||
}
|
||||
|
||||
|
||||
{
|
||||
Object ooo;
|
||||
if (ooo instanceof String && foo(o<caret>)) {
|
||||
if (ooo instanceof String && foo(oo<caret>)) {
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
public class TestCase extends Zzz {
|
||||
public class TestCase {
|
||||
|
||||
Object ooo() {}
|
||||
|
||||
|
||||
+2
-2
@@ -1,11 +1,11 @@
|
||||
public class TestCase extends Zzz {
|
||||
public class TestCase {
|
||||
|
||||
Object ooo() {}
|
||||
|
||||
{
|
||||
if (!(ooo() instanceof String)) {
|
||||
} else {
|
||||
String s = o<caret>
|
||||
String s = oo<caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user