Document error behaviour of evaluate expression lost sometime

This commit is contained in:
Nikolay Krasko
2017-12-01 17:59:37 +03:00
parent b21fb1a375
commit 57d62eb74a
@@ -56,7 +56,7 @@ fun main(args: Array<String>) {
i = 1
fun myLocalFun7() {
// EXPRESSION: myLocalFun6() + 1
// RESULT: 3: I
// RESULT: Cannot find local variable: name = myLocalFun6
//Breakpoint!
myLocalFun6() + 1
}