Evaluate expression: add ability to import class
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun foo() {
|
||||
<caret>val a = 1
|
||||
}
|
||||
|
||||
// IMPORT: java.util.HashMap
|
||||
@@ -0,0 +1 @@
|
||||
HashMap<Int, Int>()
|
||||
Reference in New Issue
Block a user