mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
13 lines
84 B
JavaScript
13 lines
84 B
JavaScript
1;
|
||
2;
|
||
function f3() {
|
||
return 4;
|
||
};
|
||
6;
|
||
7;
|
||
function f8() {
|
||
return 9;
|
||
};
|
||
11;
|
||
12;
|