Line Markers: Show recursion line markers for extension function calls with different receivers

#KT-11495 Fixed
This commit is contained in:
Alexey Sedunov
2016-04-13 15:15:34 +03:00
parent c93e13e28d
commit 3c79eab2fd
4 changed files with 4 additions and 3 deletions
@@ -1,6 +1,6 @@
fun Any.foo() {
with("different extension receiver") {
foo()
<lineMarker>foo</lineMarker>()
}
}