eygraber
04/09/2021, 6:23 PMrunCatching autocomplete to kotlin.runCatching in the IDE? If I remove kotlin. it still works fine.Big Chungus
04/09/2021, 6:28 PMCasey Brooks
04/09/2021, 6:33 PMkotlin.runCatching { } rather than just runCatching { }. Since kotlin. is imported implicitly, the IDE shouldn’t need to add that extra bit. It’s always annoyed me tooeygraber
04/09/2021, 11:17 PMAlexey Belkov [JB]
04/12/2021, 7:46 AMWhyIt's a bug: https://youtrack.jetbrains.com/issue/KT-31073. Please vote for it.
deviant
04/12/2021, 11:11 AM