Implement "Safe Delete" refactoring for properties

This commit is contained in:
Alexey Sedunov
2013-07-19 19:01:34 +04:00
parent 9c60637ef3
commit 639336b2f5
109 changed files with 1287 additions and 85 deletions
@@ -0,0 +1,2 @@
var foo: jet.String in final class B : A, Z implements var foo: jet.String in trait A.
var foo: jet.String in final class B : A, Z implements var foo: jet.String in trait Z.