You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question in the Kotlin Slack unfortunately received no responses. We successfully extract the methods of the aliased type which look to include the method we're looking for, but indexOf returns -1. Following image shows the exception:
While this image shows the view in the debugger. The variables to observe are originalDesc (the "unwrapped" version of desc, the constructor), and the list of methods.
Question in the Kotlin Slack unfortunately received no responses. We successfully extract the methods of the aliased type which look to include the method we're looking for, but
indexOf
returns -1. Following image shows the exception:While this image shows the view in the debugger. The variables to observe are
originalDesc
(the "unwrapped" version ofdesc
, the constructor), and the list ofmethods
.Commented-out test that triggers the bug: https://github.com/sourcegraph/lsif-kotlin/blob/main/semanticdb-kotlinc/src/test/kotlin/com/sourcegraph/semanticdb_kotlinc/test/SemanticdbSymbolsTest.kt#L92-L101
The text was updated successfully, but these errors were encountered: