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
+3
@@ -1,6 +1,9 @@
|
||||
class A {
|
||||
constructor() {
|
||||
foo()
|
||||
}
|
||||
|
||||
val a<selection>: Int</selection><caret> = 1
|
||||
|
||||
fun foo() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user