mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-16 08:39:59 +07:00
5 lines
63 B
Java
5 lines
63 B
Java
package com.d;
|
|
import com.b.B;
|
|
public class D{
|
|
B b = new B();
|
|
} |