7 lines
64 B
Plaintext
7 lines
64 B
Plaintext
|
test{
|
||
|
if true {
|
||
|
int x = 3;
|
||
|
} else {
|
||
|
int x = 3;
|
||
|
}
|
||
|
}
|