Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
refactoring
/
introduceVariable
/
multilineBinaryExpression.kt.after
blob: 85d8e048ced283a593c53342f0e688ba22e05187 [
file
] [
log
] [
blame
]
fun foo
(
i
:
Int
)
{
}
fun test
()
{
val i
=
(
1
+
2
)
foo
(
i
)
}