Files
kotlin-fork/jdk-annotations/java/lang/annotations.xml
T
Evgeny Gerashchenko 1a918d52bb KT-2415 Thread.currentThread() is not null
KT-2411 CharSequence.toString() must return not-nullable string

 #KT-2415 fixed
 #KT-2411 fixed
2012-07-31 22:53:53 +04:00

23 lines
912 B
XML

<root>
<item name='java.lang.Iterable java.util.Iterator<T> iterator()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun iterator() : Iterator&lt;T&gt;&quot;"/>
</annotation>
</item>
<item name='java.lang.Object java.lang.Object clone()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<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>