4 lines
79 B
Plaintext
4 lines
79 B
Plaintext
@deprecated("Use newFun instead")
|
|
fun oldFun(): Int {
|
|
return newFun(null)
|
|
} |