-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest3
More file actions
46 lines (39 loc) · 741 Bytes
/
test3
File metadata and controls
46 lines (39 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
class TestEx{
public static void main(String[] a){
}
}
class A{
int num;
int[] arr;
boolean bool;
boolean r;
boolean[] bool2;
public int funce(){
return (num+(num+(num)));
}
public int func(int y, int[] o, boolean c, boolean[] c2){
int num_aux;
A obj;
{
bool=((!(bool && bool)));
}
return (num+(num+(num)));
}
}
class C{
}
class B extends A{
int i;
boolean b;
int[] i2;
boolean[] b2;
A a;
B be;
C bw;
public int funcw(){
a = ((new B()));
i2[(i*3)*3] = i2[9];
i = this.func((i*3)*3, i2, (!(true)), b2);
return 2;
}
}