Rename: Forbid on backing field reference

#KT-14285 Fixed
This commit is contained in:
Alexey Sedunov
2016-10-11 15:32:25 +03:00
parent c23c16f1a3
commit 02e8d58acd
3 changed files with 50 additions and 0 deletions
+1
View File
@@ -249,6 +249,7 @@ These artifacts include extensions for the types available in the latter JDKs, s
- [`KT-6199`](https://youtrack.jetbrains.com/issue/KT-6199) Rename: Replace non-code class occurrences with new qualified name
- [`KT-14182`](https://youtrack.jetbrains.com/issue/KT-14182) Move: Show error message on applying to enum entries
- Extract Function: Support implicit abnormal exits via Nothing-typed expressions
- [`KT-14285`](https://youtrack.jetbrains.com/issue/KT-14285) Rename: Forbid on backing field reference
##### New features