Implement extra variables for debugger

This commit is contained in:
Natalia Ukhorskaya
2015-01-21 15:40:51 +03:00
parent 3a03cb48df
commit 2f931f36c8
30 changed files with 811 additions and 12 deletions
@@ -9,7 +9,7 @@ import kotlin.properties.Delegates
fun main(args: Array<String>) {
val a = A()
//Breakpoint!
args.size
args.size()
}
class A {