Shouldn’t the following example specify an explicit return type?
fun powerOf(number: Int, exponent: Int) { … }
Shouldn’t the following example specify an explicit return type?
fun powerOf(number: Int, exponent: Int) { … }
Thank you, created https://youtrack.jetbrains.com/issue/KT-33227