Line Markers: Show recursion line markers for extension function calls with different receivers
#KT-11495 Fixed
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
fun Any.f(a: Int) {
|
||||
"".f(1)
|
||||
"".<lineMarker>f</lineMarker>(1)
|
||||
this.<lineMarker>f</lineMarker>(2)
|
||||
<lineMarker>f</lineMarker>(3)
|
||||
}
|
||||
Reference in New Issue
Block a user