892c8436f3
#KT-12922 Fixed
9 lines
119 B
Kotlin
Vendored
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(...)
|
|
*/
|