blob: 5bff8478b75852176504ca481f99536704b3b53d [file] [log] [blame]
void main() {
if (1 + 1 == 3) {
if (2 + 2 == 5) {
print("The inner if is never executed.");
}
}
}