6 lines
61 B
JavaScript
Executable File
6 lines
61 B
JavaScript
Executable File
function a() {
|
|
/* before */
|
|
foo();
|
|
/* after */
|
|
}
|