This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Description
Prerequisites
Description
else statement disappeared when the if statement is fold in
Steps to Reproduce
- Open a
C/C++ file
- Add these code into the file:
int main() {
if (/* expression */) {
// some code
} else {
// some code
}
}
- Fold the
if statement and you'll see the problem
Expected behavior:

Actual behavior:

Versions
Atom: 1.16.0-beta0
OS: macOS sierra