mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
InspectionGadgets/IntentionPowerPak paths deleted (IDEA-327018) GitOrigin-RevId: b4fd5b7de86cf5c4f2366c9885889cf93736ce22
11 lines
125 B
Java
11 lines
125 B
Java
|
|
public class TopLevelClass
|
|
{
|
|
private int m_foo = 0;
|
|
public static void main(String[] args)
|
|
{
|
|
|
|
|
|
}
|
|
}
|