4 lines
66 B
Kotlin
Vendored
4 lines
66 B
Kotlin
Vendored
fun foo(b: Byte) {
|
|
var i: Int? = b.toInt()
|
|
if (p) i = 10
|
|
} |