bd805d71b1
- Passing raw `sourceElements` have lead to `ClassCastException` when `KtClassOrObject` was casted to `PsiFileSystemItem` in `KotlinAwareMoveFilesOrDirectoriesDialog::initializeData` - Migrate from `[PsiElement]` to more precise `[PsiFileSystemItem]` - This removes the cast to `PsiFileSystemItem` at all - This bug can be reproduced only in Android Studio for some reason - ^KT-35463 Fixed - ^EA-214439 Fixed