mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 11:42:40 +07:00
GitOrigin-RevId: d4fb59ccffbf0a51f97b1ba965f2d0d59834940e
16 lines
106 B
Java
16 lines
106 B
Java
package p2;
|
|
|
|
import p1.*;
|
|
|
|
class C {
|
|
|
|
A1 a1;
|
|
A2 a2;
|
|
A3 a3;
|
|
A4 a4;
|
|
A5 a5;
|
|
|
|
Conflict myName;
|
|
}
|
|
|