mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 07:40:42 +07:00
advHighlighting -> light test case
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
package p;
|
||||
|
||||
import p2.GenericClass;
|
||||
|
||||
class Class1 extends GenericClass<Integer> {
|
||||
public void map(InnerClass context) {
|
||||
Class2.test(context);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user