not really related to Kotlin, but anyone here know...
# intellij
a
not really related to Kotlin, but anyone here know if there is any way to search for methods with a certain return type?
k
You could try the structural search feature.
🚫 1
k
d
You can search for the type you want ("Find usages"). Then enable "group by type" (Ctrl-T in the results window) and you will have a category for usage as return type.
👍 2