7 lines
61 B
Plaintext
7 lines
61 B
Plaintext
|
test{
|
||
|
if 4 {
|
||
|
int x = 3;
|
||
|
} else {
|
||
|
int x = 3;
|
||
|
}
|
||
|
}
|