function f() {
    console.log('f(): evaluated');
    return function(
        target: Object,
        propertyKey: string | symbol,