class VarReturn {
    anyMethod() {
        var f;
        return f;
    }
}