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

3 lines
31 B
Plaintext

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