mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
5 lines
63 B
Java
5 lines
63 B
Java
package com.c;
|
|
import com.b.B;
|
|
public class C{
|
|
B b = new B();
|
|
} |