We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example def foo(t: T): T in Foo where T refers to a class type parameter T <: Any that is concrete as e.g. String in a subclass Bar.
def foo(t: T): T
Foo
T
T <: Any
String
Bar
Use site: (bar: Bar).foo("abc")
(bar: Bar).foo("abc")
The text was updated successfully, but these errors were encountered:
Also determine that SELECTin describes the exclusive symbol that defined the method
Sorry, something went wrong.
No branches or pull requests
For example
def foo(t: T): T
inFoo
whereT
refers to a class type parameterT <: Any
that is concrete as e.g.String
in a subclassBar
.Use site:
(bar: Bar).foo("abc")
The text was updated successfully, but these errors were encountered: