Fixed KT-5315 J2K: Generate local var when parameter is being assigned

#KT-5315 Fixed
This commit is contained in:
Valentin Kipyatkov
2014-06-25 00:48:53 +04:00
parent 427280a365
commit 8512eac768
10 changed files with 120 additions and 28 deletions
@@ -2,6 +2,7 @@ class C(p: Int) {
private val p: Int
{
var p = p
this.p = p
System.out.println(p++)
System.out.println(p)