Ondrej Kraus edb880f87c add tests
2015-02-25 14:26:28 +01:00

15 lines
180 B
JavaScript

"use strict";
var t = function t(f) {
var x = f;
x = arguments[1];
x = arguments[2];
};
function t(f) {
var x = f;
x = arguments[1];
x = arguments[2];
}