>>> val <T> x: T = TODO() | |
ERROR: type parameter of a property must be used in its receiver type |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
>>> val <T> x: T = TODO() | |
ERROR: type parameter of a property must be used in its receiver type |