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,5 @@
fun foo() {
<caret>val a = 1
}
// IMPORT: java.util.HashMap
@@ -0,0 +1 @@
HashMap<Int, Int>()