Debugger: do not evaluate calls on mouse cover when 'Value auto tooltip' switched on
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class Derived: Base() {
|
||||
fun test() {
|
||||
<caret>super.test()
|
||||
}
|
||||
}
|
||||
|
||||
open class Base {
|
||||
fun test() {}
|
||||
}
|
||||
|
||||
// EXPECTED: null
|
||||
Reference in New Issue
Block a user