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