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 the given construct private val onErrorStub: (Throwable) -> Unit = {}, we get a semanticdb symbol occurrence as follows:
private val onErrorStub: (Throwable) -> Unit = {}
symbols { symbol: "io/reactivex/rxjava3/kotlin/subscribersKt#onErrorStub.`<no name provided>`." display_name: "Throwable" language: KOTLIN }
Notice the display_name, indicating its a symbol occurrence for the function type's parameter of type Throwable, which is incorrect
Throwable
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For the given construct
private val onErrorStub: (Throwable) -> Unit = {}
, we get a semanticdb symbol occurrence as follows:Notice the display_name, indicating its a symbol occurrence for the function type's parameter of type
Throwable
, which is incorrectThe text was updated successfully, but these errors were encountered: