Temporarily added external annotations for ArrayList.clone() method and updated test data. Alternative signature annotations should be parsed for overridden methods, too.

This commit is contained in:
Evgeny Gerashchenko
2012-07-02 23:51:24 +04:00
parent 77df57c150
commit a8aee841c9
2 changed files with 8 additions and 1 deletions
@@ -734,4 +734,11 @@
<val name="value" val="&quot;fun set(index : Int, element : E) : E&quot;"/>
</annotation>
</item>
<!-- TODO temporary fix for alt-headers/ArrayListClone.jet test -->
<item name='java.util.ArrayList java.lang.Object clone()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun clone() : Any&quot;"/>
</annotation>
</item>
</root>