Fixed KT-5315 J2K: Generate local var when parameter is being assigned
#KT-5315 Fixed
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user