Files
kotlin-fork/compiler/testData/repl/imports.repl
T
Alexander Udalov a79398fa00 Don't load Object as a supertype for Java classes
#KT-4890 In Progress
 #KT-5002 Fixed
2014-07-25 21:19:37 +04:00

7 lines
145 B
Plaintext

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