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:
@@ -734,4 +734,11 @@
|
||||
<val name="value" val=""fun set(index : Int, element : E) : E""/>
|
||||
</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=""fun clone() : Any""/>
|
||||
</annotation>
|
||||
</item>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user