6 lines
54 B
Plaintext
6 lines
54 B
Plaintext
function foo () {
|
|
"use strict";
|
|
with ({}) {
|
|
}
|
|
}
|