Find Usages: Do not duplicate containing declaration in super member warning dialog

#KT-10209 Fixed
This commit is contained in:
Alexey Sedunov
2016-08-18 16:30:59 +03:00
parent c2b38cfa41
commit 9fd61b869e
3 changed files with 2 additions and 2 deletions
+1
View File
@@ -173,6 +173,7 @@ These artifacts include extensions for the types available in the latter JDKs, s
- [`KT-12887`](https://youtrack.jetbrains.com/issue/KT-12887) "Extend selection" should select call's invoked expression
- [`KT-6520`](https://youtrack.jetbrains.com/issue/KT-6520) Introduce 'maino' and 'psvmo' templates for generating main in object
- [`KT-13455`](https://youtrack.jetbrains.com/issue/KT-13455) Override/Implement: Make return type non-nullable (platform collection case) when overriding Java method
- [`KT-10209`](https://youtrack.jetbrains.com/issue/KT-10209) Find Usages: Do not duplicate containing declaration in super member warning dialog
- Fix exception when choose Gradle configurer after project is synced
- Allow configuring Kotlin in Gradle module without Kotlin sources
- Show all Kotlin annotations when browsing hierarchy of "java.lang.Annotation"