Join with assignment: place the result at the assignment

#KT-21172 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-09-26 12:51:34 +03:00
committed by Mikhail Glukhikh
parent 8078c5da40
commit 40dd229021
14 changed files with 128 additions and 9 deletions
@@ -1,7 +1,10 @@
class A {
constructor() {
a = 1
foo()
}
val a<caret>: Int
fun foo() {}
}