mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-23 18:03:06 +07:00
7 lines
94 B
Java
7 lines
94 B
Java
package com.b;
|
|
import com.a.A;
|
|
import com.d.D;
|
|
public class B{
|
|
A a = new A();
|
|
D d = new D();
|
|
} |