E.g. this allows the following to work:
```
@Decorator({
useValue: MyClass.someMethod
})
class MyClass {
static someMethod() {}
}
```
PR Close #19301
E.g. this allows the following to work:
```
@Decorator({
useValue: MyClass.someMethod
})
class MyClass {
static someMethod() {}
}
```
PR Close #19301