mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-17 08:59:41 +07:00
10 lines
161 B
Java
10 lines
161 B
Java
package p;
|
|
|
|
import p2.GenericClass;
|
|
|
|
public class Class1 extends GenericClass<Integer> {
|
|
public void map(InnerClass context) {
|
|
Class2.test(context);
|
|
}
|
|
}
|