Evaluate Expression: fix ClassNotFoundException for primitives and arrays

This commit is contained in:
Natalia Selezneva
2018-02-14 13:46:40 +03:00
parent 2f61bd41d5
commit 19e7002d02
4 changed files with 18 additions and 13 deletions
@@ -14,3 +14,6 @@ fun foo(p: () -> Int) = p()
// EXPRESSION: foo { a }
// RESULT: 1: I
// EXPRESSION: foo { args.size }
// RESULT: 0: I
@@ -4,6 +4,7 @@ Connected to the target VM
ceLambda.kt:6
Compile bytecode for foo { 1 }
Compile bytecode for foo { a }
Compile bytecode for foo { args.size }
Disconnected from the target VM
Process finished with exit code 0