KT-2415 Thread.currentThread() is not null

KT-2411 CharSequence.toString() must return not-nullable string

 #KT-2415 fixed
 #KT-2411 fixed
This commit is contained in:
Evgeny Gerashchenko
2012-07-31 22:53:53 +04:00
parent ab5505eed2
commit 1a918d52bb
+10
View File
@@ -9,4 +9,14 @@
<val name="value" val="&quot;fun clone() : Any&quot;"/>
</annotation>
</item>
<item name='java.lang.Thread java.lang.Thread currentThread()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun currentThread() : Thread&quot;"/>
</annotation>
</item>
<item name='java.lang.CharSequence java.lang.String toString()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun toString() : String&quot;"/>
</annotation>
</item>
</root>