Debugger: do not evaluate calls on mouse cover when 'Value auto tooltip' switched on

This commit is contained in:
Natalia Ukhorskaya
2015-01-14 14:07:37 +03:00
parent f5aefc96fb
commit d2cf83902b
23 changed files with 433 additions and 158 deletions
@@ -0,0 +1,11 @@
class Derived: Base() {
fun test() {
<caret>super.test()
}
}
open class Base {
fun test() {}
}
// EXPECTED: null