Override/Implement: Make return type non-nullable (platform collection case) when overriding Java method

#KT-13455 Fixed
This commit is contained in:
Alexey Sedunov
2016-08-16 15:05:01 +03:00
parent ac6f0b5419
commit 238f99aa3d
7 changed files with 37 additions and 10 deletions
+1
View File
@@ -172,6 +172,7 @@ These artifacts include extensions for the types available in the latter JDKs, s
- [`KT-13207`](https://youtrack.jetbrains.com/issue/KT-13207) Exception on safe delete from intention in 2016.2
- [`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
- 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"