Files
kotlin-fork/idea/testData/smartSelection/simple.kt
T
2016-08-10 11:45:28 +03:00

9 lines
119 B
Kotlin
Vendored

fun main(args: Array<String>) {
print(Math.pow(1.<caret>0 + 1, Math.abs(-42.0)))
}
/*
1.0
1.0 + 1
Math.pow(...)
*/