test imports work in the following lines of REPL
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
>>> import java.io.ByteArrayOutputStream
|
||||
null
|
||||
>>> val s = ByteArrayOutputStream()
|
||||
null
|
||||
>>> s.getClass()!!.getName()
|
||||
java.io.ByteArrayOutputStream
|
||||
Reference in New Issue
Block a user