example: ``` list .map { val xyz = "hello" ...
# intellij
p
example:
Copy code
list
  .map {
    val xyz = "hello"
   // breakpoint here
   "hi"
  }
at the breakpoint the Variables window only shows me
this(receiver)
but it does not show
xyz
a
Yeah, the tooltip is going to be fixed in version 1.3.50: https://youtrack.jetbrains.com/issue/KT-30730