Introduce Variable: Forbid extraction from class initializer (aside of its

body)
 #KT-8329 Fixed
This commit is contained in:
Alexey Sedunov
2015-09-02 15:17:46 +03:00
parent c005fe613f
commit fa8fcb53c5
4 changed files with 15 additions and 6 deletions
@@ -0,0 +1,4 @@
class C {
deprecated(<selection>""</selection>)
init {}
}
@@ -0,0 +1 @@
Cannot refactor in this place