Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
moveUpDown
/
expressions
/
insideExpression1.kt.after
blob: 55d052965e37afc5852fbad327da4253aa003cba [
file
]
// MOVE: up
fun foo
()
{
val x
=
1
+
<caret>
2
+
3
fun bar1
()
{}
fun bar2
()
{}
}