mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 16:47:50 +07:00
GitOrigin-RevId: 141336a239f027b0eb5cc9f2f783f1415eeb5f76
16 lines
213 B
Java
16 lines
213 B
Java
public class TestClass {
|
|
|
|
public TestClass create() {
|
|
final int value = 1;
|
|
return new Xx<caret>TexCompXxx(value);
|
|
}
|
|
}
|
|
|
|
class Xxx {
|
|
Xxx(String x) {
|
|
}
|
|
|
|
static class Yyy {
|
|
|
|
}
|
|
} |