Function value types do, but not method value syntax:
interface A { /** * Interpreted as A, not A.x() */ x(): number }
No dependencies set.
The note is not visible to the blocked user.
Function value types do, but not method value syntax: