Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
intentions
/
evaluateCompileTimeExpression
/
parens.kt
blob: 8052f76eb04eb4c2b6cc922e7553515a0762f164 [
file
] [
log
] [
blame
]
// INTENTION_TEXT: "Replace with '14'"
val x
=
((
1
+
2
)
*
(-
3
+
4
))<
caret
>
+
(
5
+
6
)