Join with assignment: place the result at the assignment
#KT-21172 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
8078c5da40
commit
40dd229021
+8
@@ -0,0 +1,8 @@
|
||||
// DISABLE-ERRORS
|
||||
class A(i: Int, j: Int) {
|
||||
constructor(i: Int) : this(i, 2) {
|
||||
a = 1
|
||||
}
|
||||
|
||||
val a<caret>: Int
|
||||
}
|
||||
Reference in New Issue
Block a user