Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
refactoring
/
introduceVariable
/
multilineNestedBinaryExpression2.kt.after
blob: f038f08631afd06f98d3ff4679662a905c14035b [
file
] [
log
] [
blame
]
fun foo
(
i
:
Int
)
{
}
fun test
()
{
val i
=
(
1
+
2
-
3
)
foo
(
i
)
}