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