Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
postfix
/
val.kt.after
blob: 4501e4a1091b43487b22b88225f28d5117b90949 [
file
]
fun bar
()
=
1
fun foo
()
{
val
<caret>
bar
=
bar
()
val x
=
bar
}