Files
kotlin-fork/compiler/testData/repl/imports.repl
T
2012-06-13 22:32:36 +04:00

7 lines
146 B
Plaintext

>>> import java.io.ByteArrayOutputStream
null
>>> val s = ByteArrayOutputStream()
null
>>> s.getClass()!!.getName()
java.io.ByteArrayOutputStream