mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 10:58:45 +07:00
GitOrigin-RevId: d4fb59ccffbf0a51f97b1ba965f2d0d59834940e
18 lines
130 B
Java
18 lines
130 B
Java
package p2;
|
|
|
|
import p1.*;
|
|
|
|
import java.lang.String;
|
|
|
|
class C {
|
|
|
|
A1 a1;
|
|
A2 a2;
|
|
A3 a3;
|
|
A4 a4;
|
|
A5 a5;
|
|
|
|
String myName;
|
|
}
|
|
|