Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
codeInsight
/
postfix
/
parAssignment.kt.after
blob: 25c4d852a1fcf6404ccea4c0224c50ac6af43232 [
file
] [
log
] [
blame
]
fun foo
(
x
:
Any
)
{
var
y
:
Any
// Only 'x' expression is suggested, not 'y = x'
y
=
(
x
)
}