Don't load Object as a supertype for Java classes

#KT-4890 In Progress
 #KT-5002 Fixed
This commit is contained in:
Alexander Udalov
2014-07-21 17:28:06 +04:00
parent bea740b478
commit a79398fa00
34 changed files with 95 additions and 130 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
null
>>> val s = ByteArrayOutputStream()
null
>>> s.getClass()!!.getName()
>>> s.javaClass!!.getName()
java.io.ByteArrayOutputStream