Line markers for recursive calls.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun Any.get(a: Int) {
|
||||
if (a > 0) {
|
||||
<lineMarker>this[a - 1]</lineMarker>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user