Move to Companion Object: Warn if companion object already contains function with the same signature

#KT-13877 Fixed
This commit is contained in:
Alexey Sedunov
2016-09-20 18:01:28 +03:00
parent 72ff5dd2cc
commit 75481c34b4
4 changed files with 31 additions and 2 deletions
+1
View File
@@ -115,6 +115,7 @@ These artifacts include extensions for the types available in the latter JDKs, s
- [`KT-13874`](https://youtrack.jetbrains.com/issue/KT-13874) Move to Companion: Fix AssertionError on running refactoring from Conflicts View
- [`KT-13883`](https://youtrack.jetbrains.com/issue/KT-13883) Move to Companion Object: Fix exception when applied to class
- [`KT-13876`](https://youtrack.jetbrains.com/issue/KT-13876) Move to Companion Object: Forbid for functions/properties referencing type parameters of the containing class
- [`KT-13877`](https://youtrack.jetbrains.com/issue/KT-13877) Move to Companion Object: Warn if companion object already contains function with the same signature
##### New features