5 lines
85 B
JavaScript
5 lines
85 B
JavaScript
function test() {
|
|
// Leading to EmptyStatement
|
|
; // Trailing to EmptyStatement
|
|
}
|