mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
highlight usages tests -> community
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
class Usage <caret>implements Base, Other{
|
||||
public void foo() {
|
||||
}
|
||||
public void other() {}
|
||||
}
|
||||
interface Base {
|
||||
void foo();
|
||||
}
|
||||
interface Other {
|
||||
void other();
|
||||
}
|
||||
Reference in New Issue
Block a user