Cache bytecodes for JetCodeFragment in Evaluate Expression

This commit is contained in:
Natalia Ukhorskaya
2014-06-03 12:44:31 +04:00
parent 53a1abf2e6
commit b5f6df3144
34 changed files with 629 additions and 167 deletions
@@ -0,0 +1,12 @@
package simple
fun main(args: Array<String>) {
//Breakpoint!
args.size
}
// EXPRESSION: 1
// RESULT: 1: I
// EXPRESSION: 1 + 1
// RESULT: 2: I