
I removed abap, flex, pli and rpg dummy implementations since they're not implemented in the corresponding analyzer and there are no tickets open to do so.
5 lines
140 B
Plaintext
5 lines
140 B
Plaintext
[source,kotlin]
|
|
----
|
|
// FIXME denominator value might be 0
|
|
fun divide(numerator: Int, denominator: Int): Int = numerator / denominator
|
|
---- |