forked from LeenkxTeam/Kmake
8 lines
118 B
JavaScript
8 lines
118 B
JavaScript
|
|
const a = 99;
|
||
|
|
if (true) {
|
||
|
|
const b = 101;
|
||
|
|
} else {
|
||
|
|
const c = 102;
|
||
|
|
}
|
||
|
|
//# sourceMappingURL=https://ci.nodejs.org/418
|