Debugger: do not resolve symbols on breakpoint line in Evaluate Expression

This commit is contained in:
Natalia Ukhorskaya
2015-07-16 13:08:31 +03:00
parent 9a53142b26
commit 75edfa6527
11 changed files with 93 additions and 9 deletions
@@ -0,0 +1,10 @@
fun main(args: Array<String>) {
val str: String? = ""
if (str != null)
<caret>test(str)
else
test("")
}
fun test(s: String) = 1