Build class hierarchy for classes from BuiltIns

This commit is contained in:
Natalia.Ukhorskaya
2013-03-27 18:32:57 +04:00
parent f4a0808a28
commit 221df82c01
6 changed files with 58 additions and 2 deletions
@@ -0,0 +1,5 @@
<node text="List (java.util)" base="true">
<node text="Collection (java.util)">
<node text="Iterable (java.lang)"/>
</node>
</node>
@@ -0,0 +1,3 @@
val a: List<caret><String>
@@ -0,0 +1,5 @@
<node text="Object (java.lang)">
<node text="Number (java.lang)">
<node text="Integer (java.lang)" base="true"/>
</node>
</node>
@@ -0,0 +1,3 @@
val a: Int<caret>