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