Fix import resolution in Repl
#KT-11428 Fixed Refactor ReplState to be a component
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
>>> val c = 3
|
||||
>>> import java.util.Date
|
||||
>>> Date(0).getTime()
|
||||
0
|
||||
>>> import java.io.ByteArrayOutputStream
|
||||
>>> val s = ByteArrayOutputStream()
|
||||
>>> s.javaClass!!.getName()
|
||||
java.io.ByteArrayOutputStream
|
||||
>>> c + 1
|
||||
4
|
||||
Reference in New Issue
Block a user