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