mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 15:50:53 +07:00
21 lines
219 B
Java
21 lines
219 B
Java
|
|
class A {
|
|
Object[] a1;
|
|
Object[][] a2;
|
|
String[] a3;
|
|
String[][] a4;
|
|
int[] a5;
|
|
int[][] a6;
|
|
|
|
byte a7;
|
|
short a8;
|
|
int a9;
|
|
long a10;
|
|
float a11;
|
|
double temp;
|
|
|
|
Object result;
|
|
String a14;
|
|
|
|
<caret>
|
|
} |