Files
kotlin-fork/jdk-annotations/java/lang/annotations.xml
T
2012-09-13 19:41:44 +04:00

28 lines
1.2 KiB
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>
<item name='java.lang.System java.lang.String setProperty(java.lang.String, java.lang.String)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun setProperty(key : String, value : String) : String?&quot;"/>
</annotation>
</item>
</root>