For the given construct private val onErrorStub: (Throwable) -> Unit = {}, we get a semanticdb symbol occurrence as follows:
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