Files
kotlin-fork/idea/resources/intentionDescriptions/RemoveUnnecessaryParenthesesIntention/before.kt.template
T
2013-04-19 08:41:31 +02:00

3 lines
33 B
Plaintext

fun foo(x: Int) {
(x * x) + x
}