mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
make tests more independent from all/imported classes behavior
This commit is contained in:
+7
-1
@@ -1,6 +1,12 @@
|
||||
class Util {
|
||||
{
|
||||
FooZoo<caret>
|
||||
Another.fooZoo<caret>
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
class Another {
|
||||
private static void fooZoo() {}
|
||||
static void fooZooGoo() {}
|
||||
static void fooZooImpl() {}
|
||||
}
|
||||
+4
-4
@@ -1,6 +1,6 @@
|
||||
interface FooIntf {}
|
||||
class FooClass {}
|
||||
class Foo {}
|
||||
interface XFooIntf {}
|
||||
class XFooClass {}
|
||||
class XFoo {}
|
||||
|
||||
class Goo implements Fo<caret> {
|
||||
class Goo implements XFo<caret> {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user