blob: 60ebac176f2a4e3eecad241d7e872b0cdfed07e2 [file] [log] [blame]
// IS_APPLICABLE: false
fun foo() {
// It's possible here to join with assignment but move the result after declaration of i
var b<caret>: Int
val i = 0
b = i
}