Version Used: 17.3.0 Preview 1.1
Steps to Reproduce:
- Declare a method that has access to a type parameter (either from the containing type, or the method itself)
- Try to use an unavailable static abstract method for the given type parameter
Expected Behavior: A specific error about the unavailability of the method.
Actual Behavior: An unhelpful CS0119 error, without hinting the availability of a feature enabling calling static abstract methods from type parameter arguments.
Screenshots:

Version Used: 17.3.0 Preview 1.1
Steps to Reproduce:
Expected Behavior: A specific error about the unavailability of the method.
Actual Behavior: An unhelpful CS0119 error, without hinting the availability of a feature enabling calling static abstract methods from type parameter arguments.
Screenshots:
