Separate decompiled declarations light representations from LightClasses

Fixed #KT-39457
This commit is contained in:
Igor Yakovlev
2020-06-11 00:01:13 +03:00
parent 40ec794c66
commit b21cabe671
17 changed files with 524 additions and 92 deletions
@@ -1,22 +1,21 @@
<node text="List (kotlin.collections)" base="true">
<node text="UnmodifiableList in Collections (java.util)"/>
<node text="CheckedList in Collections (java.util)"/>
<node text="SynchronizedList in Collections (java.util)"/>
<node text="AbstractList (java.util)">
<node text="ArrayList in Arrays (java.util)"/>
<node text="EmptyList in Collections (java.util)"/>
<node text="SubList in ArrayList (java.util)"/>
<node text="AbstractSequentialList (java.util)"/>
<node text="CopiesList in Collections (java.util)"/>
<node text="SingletonList in Collections (java.util)"/>
<node text="ArrayList (java.util)"/>
<node text="ArrayList in Arrays (java.util)"/>
<node text="CopiesList in Collections (java.util)"/>
<node text="EmptyList in Collections (java.util)"/>
<node text="SingletonList in Collections (java.util)"/>
<node text="SubList in ArrayList (java.util)"/>
</node>
<node text="ArrayList (java.util)"/>
<node text="AbstractList (kotlin.collections)">
<node text="SubList in AbstractList (kotlin.collections)"/>
<node text="ReversedListReadOnly (kotlin.collections)"/>
<node text="MovingSubList (kotlin.collections)"/>
<node text="RingBuffer (kotlin.collections)"/>
<node text="ReversedListReadOnly (kotlin.collections)"/>
</node>
<node text="ArrayList (java.util)"/>
<node text="CheckedList in Collections (java.util)"/>
<node text="EmptyList (kotlin.collections)"/>
<node text="SynchronizedList in Collections (java.util)"/>
<node text="UnmodifiableList in Collections (java.util)"/>
</node>