blob: 9debe040f179e6851cb63c42315e2f295795f6f7 [file]
data class X(val a: Int, val b: Int)
v<caret>ar (a, b) = X(1, 2)