Debugger: do not evaluate calls on mouse cover when 'Value auto tooltip' switched on
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun foo() {
|
||||
val a = 1
|
||||
bar(<caret>a)
|
||||
}
|
||||
|
||||
fun bar(i: Int) = 1
|
||||
|
||||
// EXPECTED: a
|
||||
Reference in New Issue
Block a user