Evaluate expression: add ability to import class

This commit is contained in:
Natalia Ukhorskaya
2014-04-28 14:06:57 +04:00
parent 3f95cdb7bb
commit 98532f321d
18 changed files with 200 additions and 60 deletions
@@ -0,0 +1,14 @@
package classFromAnotherPackage
import stepInto.MyJavaClass
fun main(args: Array<String>) {
//Breakpoint!
args.size
}
// EXPRESSION: MyJavaClass()
// RESULT: instance of stepInto.MyJavaClass(id=ID): LstepInto/MyJavaClass;
// EXPRESSION: stepInto.MyJavaClass()
// RESULT: instance of stepInto.MyJavaClass(id=ID): LstepInto/MyJavaClass;