4 lines
64 B
Kotlin
Vendored
4 lines
64 B
Kotlin
Vendored
fun foo(o: Int) {
|
|
if (o == null) return
|
|
val a: Int = o
|
|
} |