Kotlin / kotlin-jupyter

Kotlin kernel for Jupyter/IPython
Apache License 2.0
1.12k stars 107 forks source link

Autocompletion renders equal signatures for two different suggestions #372

Open koperagen opened 2 years ago

koperagen commented 2 years ago

On the first screen, we see two variants with Predicate<Int> type, but on the second screen an actual type of the resolved variant is Predicate<ColumnWithPath<Int>> image image

ileasile commented 2 years ago

@koperagen can't reproduce in Jupyter notebook... @strangepleasures how did you implement completion in Datalore? Where should we file an issue?

image