8 lines
78 B
Plaintext
8 lines
78 B
Plaintext
test{
|
|
bool x = true;
|
|
if x {
|
|
int x = 3;
|
|
} else {
|
|
int x = 3;
|
|
}
|
|
} |