blob: 25c4d852a1fcf6404ccea4c0224c50ac6af43232 [file] [log] [blame]
fun foo(x: Any) {
var y: Any
// Only 'x' expression is suggested, not 'y = x'
y = (x)
}